mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
More encryption updates
This commit is contained in:
1
post.php
1
post.php
@@ -1039,6 +1039,7 @@ if(isset($_POST['encryption_update'])){
|
||||
if(!password_verify($password, $row['user_password'])){
|
||||
$_SESSION['alert_message'] = "User password incorrect.";
|
||||
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||
exit();
|
||||
}
|
||||
|
||||
//First, check if this user is setup for the new encryption setup
|
||||
|
||||
Reference in New Issue
Block a user