mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu v1.4.6 Funium
This commit is contained in:
@@ -216,7 +216,9 @@ if( !empty($_POST['btn_submit']) ) {
|
||||
if ($checkResult) {
|
||||
if( empty($error_message) ) {
|
||||
$backupcode = random();
|
||||
$hashbackupcode = password_hash($backupcode, PASSWORD_DEFAULT);
|
||||
|
||||
$hashbackupcode = uwuzu_password_hash($backupcode);
|
||||
|
||||
$secret = $_SESSION['secretcode'];
|
||||
|
||||
if(!(empty($userData["encryption_ivkey"]))){
|
||||
|
||||
Reference in New Issue
Block a user