Aidan275 / nativeqda-dev

NativeQDA
http://dev.nativeqda.xyz/
GNU General Public License v3.0
2 stars 0 forks source link

Forgot password functionality #33

Closed Aidan275 closed 7 years ago

Aidan275 commented 7 years ago

The forgot password page has been added but the functionality still needs to be implemented.

The system should send the user a unique temporary link to their email address to reset their password if they enter their valid email address.

This link should display a page where the user can reset their password.

A rough plan would be to add a function to generate a unique key, store it in the database with a time it's valid for. Create a page that accepts a unique key as a url parameter. on this page this key is checked against the database and if valid and active the page enables the user to reset their password.

Aidan275 commented 7 years ago

Basics completed in 2333cb2