We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f227fb7 commit 0e73fcaCopy full SHA for 0e73fca
interface/web/login/index.php
@@ -201,7 +201,7 @@ public function render() {
201
$user = false;
202
}
203
} elseif(substr($saved_password, 0, 3) == '$5$') {
204
- //* The password is crypt-md5 encrypted
+ //* The password is crypt-sha256 encrypted
205
$salt = '$5$'.substr($saved_password, 3, 16).'$';
206
207
if(crypt(stripslashes($passwort), $salt) != $saved_password) {
0 commit comments