hash poster passwords

This commit is contained in:
fowr
2024-06-20 10:11:47 -03:00
parent 021e20f373
commit fff9b88c6d
6 changed files with 38 additions and 8 deletions

View File

@@ -919,6 +919,7 @@ if ($step == 0) {
$sg = new SaltGen();
$config['cookies']['salt'] = $sg->generate();
$config['secure_trip_salt'] = $sg->generate();
$config['secure_password_salt'] = $sg->generate();
echo Element('page.html', array(
'body' => Element('installer/config.html', array(