Collapse sign-in and registration into one step - #67
Merged
Conversation
Registration asked people to make three decisions before they could do anything: pick a tab, invent a display name, then go and find a verification email. Most of that was unnecessary. - one form, no tabs: email + password, one Continue button. A known email signs in; an unknown one gets an account. Firebase's email enumeration protection returns the same invalid-credential code for "no such account" and "wrong password", so the sign-up attempt is what distinguishes them — email-already-in-use coming back means the password was simply wrong, and that now says so, with a pointer to Forgot password and to Google - no display-name field: derived from the email (jane.doe99@ -> "Jane Doe") and editable on the account page whenever they like - the verification email is sent in the background rather than blocking account creation; the account page still prompts for it, and it still gates consultations and forum posts - Continue disables itself while working, and restores on failure Google sign-in stays. It is the one-tap path — no password, no inbox round trip, verified on arrival — and removing it would lock out every account already created through it, including the admin account. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Grdsqg77nkYXb1WtYdKjmi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Registration asked people to make three decisions before they could do anything: pick a tab, invent a display name, then go and find a verification email. Most of that was unnecessary.
Google sign-in stays. It is the one-tap path — no password, no inbox round trip, verified on arrival — and removing it would lock out every account already created through it, including the admin account.
Claude-Session: https://claude.ai/code/session_01Grdsqg77nkYXb1WtYdKjmi