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.
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.