issues
search
SCCapstone
/
Swearengineers
Math Quizzes
https://math-quizzes-sc.appspot.com
Apache License 2.0
0
stars
0
forks
source link
User Profile / Login Page / Forgot Password
#32
Closed
jeSager
closed
7 years ago
jeSager
commented
7 years ago
User Profile / Login Page / Forgot Password
[x] Fix Forgot Password link so it cannot be hacked by entering a valid user name
[ ] Send the link to the appropriate email address
[ ] Incorporate a security question using a dropdown menu
[x] Allow Changing password through the "User Profile Link" after login
This will require entering the current password
Make the "remember me" cookie work correctly.
Currently it remembers you regardless unless you click logout
Make sure
all
pre-login messages work correctly
Consider js alerts for some instead of reloading the page
Lower Priority:
Edit the login menu to be able to include a nested youtube video
This can be commented out until we make the video
jeSager
commented
7 years ago
Settings Modal Added
@moskowitm @napolija
If you look at my latest branch update, there are a couple modals added on the main template.
My changes can also be tested and viewed at the
math-quizzes-jesager
web address
You will find that I've added a modal as an interface for the user to change their password internally.
It should give you an interface to work with this part of the issue
napolija
commented
7 years ago
Thanks man looks good.
jeSager
commented
7 years ago
72
User Profile / Login Page / Forgot Password