We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077e2de commit b2d29b7Copy full SHA for b2d29b7
init.example.php
@@ -46,8 +46,7 @@
46
/**
47
* Login credentials
48
*
49
- * The password can be any password hash which contains the hash algorithm, the cost and the salt
50
- * (e.g as returned by password_hash() or crypt())
+ * The password is a password compatible with PHP's password hashing functions (password_hash())
51
52
* Only addresses on the whitelist are allowed to log in
53
* The whitelist can contain a list of IP addresses of ranges in one of the following formats:
0 commit comments