Skip to content

Commit

Permalink
Added comment to explain password hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Syquel authored and PeeHaa committed Oct 30, 2014
1 parent 6544911 commit 05dfd1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@

/**
* Login credentials
*
* The password can be any password hash which contains the hash algorithm, the cost and the salt
* (e.g as returned by password_hash() or crypt())
*/
$login = [
'username' => 'peehaa',
Expand Down

0 comments on commit 05dfd1f

Please sign in to comment.