Adding a link "forgot your passeword?" on the login screen #854
AlexD-Bearing
started this conversation in
Ideas
Replies: 1 comment
-
|
Hello is this till open? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
On user login page, create a "forgot your password?" functionality, that allows to automatically reset the password via the email adress that has been linked to the account.
TODO
ui: Add "forgot your password?" below the password field @ login screen
ui: Create a password change page (similar style to login page)
Password change fields:
- Email address
ui: Disable the button if email service is not available/ create tooltip which informs about the missing email service
ui/api: Check if user is disabled
How to check this without auth token?
ui/email-service: Check if email exists
Create own endpoint without auth token?
ui/email-service: Send restore password email (link)
How to create the link?
Beta Was this translation helpful? Give feedback.
All reactions