-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Functionality To Reset A Forgotten Password As A User. #57
Comments
Hey @sherrif10 @jennydaman @mairin , I would like to work on this issue. Can you please elaborate on this and help me how to get started? |
Hello @Aman-Jamshed, this is a very advanced topic, your interest in it is impressive! Have you tried cloning the repo and running it yet? Once you feel a little familiar with the code base, let's talk about implementation of this feature. Regarding the feature itself: if you want to reset a password, you'll have to either know your current password, or ask the admin to set a new password for you. This workflow can be improved. Most common solution out in the wild is to email the user a password reset link. For email we could do several approaches:
|
Thanks @jennydaman |
@jennydaman , has anyone implemented this issue yet?I'll be happy to implement it if not, both in the ChrisUi and ChrisStore |
@DevBramz please read my comment about this in a related issue: FNNDSC/ChRIS_ultron_backEnd#413 (comment) |
@jennydaman Please check the comments I left on FNNDSC/ChRIS_ultron_backEnd#413 (comment) |
Currently there is no functionality to reset a given password when a user lost it , we need to add this functionality such that a user can easily reset the new password.
cc @mairin @jennydaman
The text was updated successfully, but these errors were encountered: