From 05dfd1f4b883995085d35efd78c425a3baffca61 Mon Sep 17 00:00:00 2001 From: Frederik Boster Date: Mon, 20 Oct 2014 14:45:21 +0200 Subject: [PATCH] Added comment to explain password hashes --- init.example.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.example.php b/init.example.php index 0da274f..f4408cd 100644 --- a/init.example.php +++ b/init.example.php @@ -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',