nikhilbachani / globe-bank

Content Management System (CMS) built using with PHP and MySQL
MIT License
0 stars 0 forks source link

TODO: Hash password before storing in database #6

Closed nikhilbachani closed 4 years ago

nikhilbachani commented 4 years ago

We can't create any new users yet using staff/admins/new.php, since passwords are not being encrypted yet.

nikhilbachani commented 4 years ago

Admin passwords are now hashed before being stored in the database.