1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 15:57:01 +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

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