EPIC: User Account Management
No due date
66% complete
Criteria:
- Use Django's built-in account management system to create a profile system for users
- A user should be able to:
- log in
- log out
- see the status of either logged in or out
- change their password
Tasks:
- Create an Account management system for the user so that they can manage their own profile
Possible User Stories:
- Request a password reminder…
Criteria:
- Use Django's built-in account management system to create a profile system for users
- A user should be able to:
- log in
- log out
- see the status of either logged in or out
- change their password
Tasks:
- Create an Account management system for the user so that they can manage their own profile
Possible User Stories:
- Request a password reminder - As a User, I can request a password reminder so that I can log in if I forget my password