Skip to content

Commit b2d29b7

Browse files
committed
Fixed comment about passwords
1 parent 077e2de commit b2d29b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.example.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
/**
4747
* Login credentials
4848
*
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())
49+
* The password is a password compatible with PHP's password hashing functions (password_hash())
5150
*
5251
* Only addresses on the whitelist are allowed to log in
5352
* The whitelist can contain a list of IP addresses of ranges in one of the following formats:

0 commit comments

Comments
 (0)