Edited by Ashly
Removed the insertion of encripted password into the 'HashPassword' column. All passwords are kept in the 'Password' Column.
Also adjusted the Column size of database to hold the long hashed password
Make sure the really old, legitimate users could still login.
Note that these users' passwords were first encrypted by SHA512 then stored in column HashPassword.
In recent updates, we totally disuse HashPassword. The hashed password (using Php's built-in function password_hash) is stored in column Password instead.
- Group: Ashly Tafadzwa Dhani, Samantha Rusike
2020-03-18
this change is on line 160. it allows both new users and old users to loginto the system successfully by verifying hashed passwords and normal passwords