Marius Cramer
2014-08-14 0e73fca2a24ffa6f1ec182563f22b73a387a59bb
interface/web/login/index.php
@@ -201,7 +201,7 @@
                              $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) {