GUBookSociety / uofg-book-society-website

A website created with Angular for the Glasgow University Book Society. (IN DEVELOPMENT)
1 stars 0 forks source link

Add the functionality for the user to reset their password #34

Open liamlau opened 4 years ago

liamlau commented 4 years ago

Right now, if a user forgets their password, their is no way to retrieve it, as Firebase hashes the passwords. So, we need some way for users to reset their passwords.

Firebase Authentication has functions for this.