1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 00:06:55 +02:00

Fix the jammed table salt shaker

This commit is contained in:
Ryan Cramer
2020-07-25 09:33:08 -04:00
parent 65d9e280ca
commit b466e4fb99

View File

@@ -827,6 +827,7 @@ class Installer {
"\n */" . "\n */" .
"\n\$config->userAuthSalt = '$authSalt'; " . "\n\$config->userAuthSalt = '$authSalt'; " .
"\n" . "\n" .
"\n/**" .
"\n * Installer: Table Salt (General Purpose) " . "\n * Installer: Table Salt (General Purpose) " .
"\n * " . "\n * " .
"\n * Use this rather than userAuthSalt when a hashing salt is needed for non user " . "\n * Use this rather than userAuthSalt when a hashing salt is needed for non user " .