Open dynamiccookies opened 7 years ago
Attempted this, but ran into an issue when dehashing. Need to rethink this. Many other applications leave database passwords in plain text within the ini file. May need to push this into a future release.
Need to try storing hashed password, and then rather than dehashing it, hash the entered password and compare that to the stored hashed value.
This doesn't make sense though. The only password stored in the config file is for the database, and that needs to be dehashed to show up on the page.
The user account passwords are already being stored as their hashed values in the database, so that's not an issue.
The database password in the config.ini.php file should be hashed instead of stored in plain text.