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

Password reset form is case-sensitive #6181

Closed
florianwgnr opened this issue Jan 20, 2024 · 1 comment
Closed

Password reset form is case-sensitive #6181

florianwgnr opened this issue Jan 20, 2024 · 1 comment
Labels
Type: Feature Request ✨ UI non-trivial UI changes, that might need discussion

Comments

@florianwgnr
Copy link

Describe the current behavior

The password reset form is currently case-sensitive which confuses users

Steps to reproduce

  1. Register an account with e.g. Abc@test.de
  2. Click on reset password and enter abc@test.de => no mail is sent
  3. Click on reset password and enter Abc@test.de => mail is sent

Describe the expected behavior

  1. Register an account with e.g. Abc@test.de
  2. Click on reset password and enter abc@test.de => mail is sent
  3. Click on reset password and enter Abc@test.de => mail is sent

Additional information

  • PeerTube instance:

    • Version: 6.0.3
  • Firefox (latest)

@Chocobozzz Chocobozzz added Type: Feature Request ✨ UI non-trivial UI changes, that might need discussion labels Feb 26, 2024
@Chocobozzz
Copy link
Owner

Thanks! Should be fixed with c2c2cd4 where we introduced a warning message if the email contains uppercases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request ✨ UI non-trivial UI changes, that might need discussion
Projects
None yet
Development

No branches or pull requests

2 participants