Skip to content

Commit 05dfd1f

Browse files
SyquelPeeHaa
authored andcommitted
Added comment to explain password hashes
1 parent 6544911 commit 05dfd1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.example.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545

4646
/**
4747
* 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())
4851
*/
4952
$login = [
5053
'username' => 'peehaa',

0 commit comments

Comments
 (0)