AnthonMS / TimeMentor

This is the temporary repo for my Final Assignment for my studies
0 stars 0 forks source link

User - Change password #39

Open AnthonMS opened 5 years ago

AnthonMS commented 5 years ago

Time Estimate: 2 Hours We want the user to be able to change his password. This can only be done by putting in the current password for authentication as on every other site. When changing the password, we also want to change the token cookie in the database and in the current devices browser. This is to kill all sessions on other devices to up security.

We also want the super user to be able to reset other users password to something default from their name and phone number maybe. Or maybe just some random characters from the old encrypted password.