-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can submit a reset password request even if an email is incorrect #385
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-1246.
|
Afaik mail@mail can be a valid email, and we should not enforce that an addition top level domain is in the email address. |
See the relevant rfc |
edlerd
added a commit
to edlerd/identity-platform-login-ui
that referenced
this issue
Dec 17, 2024
… invalid email address. fixes canonical#385 Signed-off-by: David Edler <david.edler@canonical.com>
edlerd
added a commit
to edlerd/identity-platform-login-ui
that referenced
this issue
Dec 18, 2024
… invalid email address. fixes canonical#385 Signed-off-by: David Edler <david.edler@canonical.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flow to reproduce:
Login page -> Click reset password -> Enter a non compliant email format that contains an @ (mail@mail for example) -> click Reset password -> You're taken to the next page even if there is an error on the entry field.
Also, even when the reset doesn't go through, example if you just entered "mail", it refreshes the page and gets rid of the validation error. That validation error should remain there and page shouldn't get refreshed.
Fix
Login page -> Click reset password -> Enter a non compliant email format that contains an @ (mail@mail for example) -> click Reset password -> nothing happens, as there is an error in the email field. There shouldn't be a refresh of the page, field error should remain active until fixed.
The text was updated successfully, but these errors were encountered: