Skip to content

Commit 0e73fca

Browse files
author
Marius Cramer
committed
- typo in comment
1 parent f227fb7 commit 0e73fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/login/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function render() {
201201
$user = false;
202202
}
203203
} elseif(substr($saved_password, 0, 3) == '$5$') {
204-
//* The password is crypt-md5 encrypted
204+
//* The password is crypt-sha256 encrypted
205205
$salt = '$5$'.substr($saved_password, 3, 16).'$';
206206

207207
if(crypt(stripslashes($passwort), $salt) != $saved_password) {

0 commit comments

Comments
 (0)