Opened 7 years ago
Last modified 4 years ago
#30 new task
Password recovery
Reported by: | borja | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | OpenWorkouts 0.4 |
Component: | users | Keywords: | |
Cc: |
Description
Add the needed views/templates to allow users to reset their passwords.
Workflow:
1- go to the login page, click on "recover password"
2- in that page, we ask the user for some information (email only? email + full name?)
3- we send an email to the user's email address, containing a link that can be used to access a page where the user can change the password. The link is valid for N days, configurable in the settings too).
4- If the user changes the password, we send him back home and show an alert telling the user about the change.
5- if the user does not change the password, after N days have passed, the link is not valid anymore.
Change History (2)
comment:1 Changed 4 years ago by borja
- Milestone changed from OpenWorkouts 0.1 to OpenWorkouts 0.2
comment:2 Changed 4 years ago by borja
- Milestone changed from OpenWorkouts 0.2 to OpenWorkouts 0.4
Moving this to a future release, unless anybody else would like to tackle it down first.