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:
+3
-1
@@ -318,7 +318,9 @@ if( !empty($_POST['btn_submit']) ) {
|
||||
|
||||
$role = "official";
|
||||
$admin = "yes";
|
||||
$hashpassword = password_hash($password, PASSWORD_DEFAULT);
|
||||
|
||||
$hashpassword = uwuzu_password_hash($password);
|
||||
|
||||
$LoginIdBytes = random_bytes(64);
|
||||
$loginid = hash('sha3-512', $LoginIdBytes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user