We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303bce5 commit 5fe2620Copy full SHA for 5fe2620
1 file changed
config/config.php.dist
@@ -194,6 +194,10 @@ $config = [
194
* This password will give access to the installation page of SimpleSAMLphp with
195
* metadata listing and diagnostics pages.
196
* You can also put a hash here; run "bin/pwgen.php" to generate one.
197
+ *
198
+ * If you are using Ansible you might like to use
199
+ * ansible.builtin.password_hash(hashtype='blowfish', ident='2y', rounds=13)
200
+ * to generate this hashed value.
201
*/
202
'auth.adminpassword' => '123',
203
0 commit comments