The password entered during sign-up is hashed to store in the database and is compared with the one entered during login.
Merging this branch would mean only the accounts with hashed passwords will work and the previous accounts will not work.
All the accounts will need updated (hashed) passwords in the database or we will need to create new accounts.
The password entered during sign-up is hashed to store in the database and is compared with the one entered during login.
Merging this branch would mean only the accounts with hashed passwords will work and the previous accounts will not work. All the accounts will need updated (hashed) passwords in the database or we will need to create new accounts.