You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Someone can have a local password and username to log in, but if their email doesn't carry over to local auth after going through the Forgot Password flow, then there's no UI for them to manually add an email in Settings. We should show a text field for these users to add an email address themselves.
Here's a summary of the Settings UI in the various local auth states, the first is what's missing:
User has password but no local email:
We should show a field to add an email address + password confirmation below it. We already show fields to change password.
User has local email but no password:
We show a field to change email address without requiring a password, as well as the fields to add a new password.
User has neither local email or password:
We show the usual 'Add email and password login' fields
User has both local email and password:
We show field to change email address with password confirmation, and fields to change password.
The text was updated successfully, but these errors were encountered:
@mayankjx we'll be handling this issue internally as we're also redoing the Settings screen UI, but any issue tagged with the Help Wanted label should be open for contributors to take on!
Someone can have a local password and username to log in, but if their email doesn't carry over to local auth after going through the Forgot Password flow, then there's no UI for them to manually add an email in Settings. We should show a text field for these users to add an email address themselves.
Here's a summary of the Settings UI in the various local auth states, the first is what's missing:
User has password but no local email:
We should show a field to add an email address + password confirmation below it. We already show fields to change password.
User has local email but no password:
We show a field to change email address without requiring a password, as well as the fields to add a new password.
User has neither local email or password:
We show the usual 'Add email and password login' fields
User has both local email and password:
We show field to change email address with password confirmation, and fields to change password.
The text was updated successfully, but these errors were encountered: