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

[feature]: Case-insensitive usernames - users are unable to login if they use any Upper Case in email address at login #6130

Open
1 task done
electrotechtom opened this issue Dec 2, 2024 · 1 comment
Assignees

Comments

@electrotechtom
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Users are unable to sign in when they use Upper Case characters in their email address at the login page, https://app.plane.so/

Since email addresses are case-insensitive, logins based on email addresses should also be case-insensitive, however it appears that [email protected] is treated as a different account from [email protected] in Plane Cloud.

Why should this be worked on?

Not all users are aware that emails are case-insensitive, and use CamelCase and similar in email addresses. This blocks them from being able to successfully sign in.

  1. Go to https://app.plane.so
  2. Attempt to log into an existing account using the correct email address for the account but with 1 or more Upper Case letters, e.g. [email protected] or [email protected]
  3. Instead of being asked for either a password or to log in with a unique code, a unique code is automatically generated (no password prompt)
  4. Enter the code: you are taken back to the login screen with a prompt 'Your account is already registered. Sign In now.' Browser URL is https://app.plane.so/?error_code=5030&error_message=USER_ALREADY_EXIST
@aaryan610
Copy link
Collaborator

Hey @electrotechtom, thanks for pointing it out, we'll make this improvement and try to ship it with our upcoming release.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants