We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd8ac1 commit 50d12a6Copy full SHA for 50d12a6
1 file changed
config/bootstrap.php
@@ -161,7 +161,7 @@
161
TransportFactory::setConfig(Configure::consume('EmailTransport'));
162
Mailer::setConfig(Configure::consume('Email'));
163
Log::setConfig(Configure::consume('Log'));
164
-Security::setSalt(Configure::consume('Security.salt'));
+Security::setSalt(Configure::consume('Security.salt') ?? 'a-non-random-but-long-salt-value');
165
166
/*
167
* Setup detectors for mobile and tablet.
0 commit comments