diff --git a/interface/web/login/index.php b/interface/web/login/index.php index 8043280ceffa07e20150f2596f654084599d90ac..48d3af652b18ffbc462f68517aae822912a4f3cf 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) {