From 0e73fca2a24ffa6f1ec182563f22b73a387a59bb Mon Sep 17 00:00:00 2001 From: Marius Cramer Date: Thu, 14 Aug 2014 10:49:02 +0200 Subject: [PATCH] - typo in comment --- interface/web/login/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/login/index.php b/interface/web/login/index.php index 8043280ce..48d3af652 100644 --- a/interface/web/login/index.php +++ b/interface/web/login/index.php @@ -201,7 +201,7 @@ class login_index { $user = false; } } elseif(substr($saved_password, 0, 3) == '$5$') { - //* The password is crypt-md5 encrypted + //* The password is crypt-sha256 encrypted $salt = '$5$'.substr($saved_password, 3, 16).'$'; if(crypt(stripslashes($passwort), $salt) != $saved_password) { -- GitLab