Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login form should accept email address as user identifier #3608

Open
toby-anderson opened this issue Feb 10, 2025 · 1 comment
Open

Login form should accept email address as user identifier #3608

toby-anderson opened this issue Feb 10, 2025 · 1 comment
Labels
enhancement New feature or request login/signUp

Comments

@toby-anderson
Copy link

Is your feature request related to a problem? Please describe.

It took me a few days to realise that I wasn't supposed to enter my email address into the login form, and that the username is a separate concept. I know what my email address is, but I struggled to remember what username I had provided for this app. This is a significant barrier to login.

Describe the solution you'd like

Have the login form accept email address as the user identifier

Acceptance Tests

entering the email address into the username field and the correct password into the password field successfully authenticates the user.

Other comment
For each user you already have a "name" field to represent the user by name, and a unique "email address" field to uniquely identify each user in a way that users understand. Why would you also need another field "username" distinct from both of these?

@toby-anderson toby-anderson added the enhancement New feature or request label Feb 10, 2025
@imnasnainaec
Copy link
Collaborator

@toby-anderson Thanks for the request! We'll discuss it today at our weekly planning meeting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request login/signUp
Projects
None yet
Development

No branches or pull requests

2 participants