FIX: Password verification not implemented in RCC login page
This commit is contained in:
parent
3a8494417e
commit
b67c9b3415
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ if ($config["rcc"]["rcc"] == "on") {
|
|||
|
||||
<?php
|
||||
} else {
|
||||
if ($passwd == $password) {
|
||||
if (password_verify($passwd, $password)) {
|
||||
$_SESSION['login'] = true;
|
||||
include_once "./../res/php/BlogListGenerator.php";
|
||||
?>
|
||||
|
|
Reference in a new issue