Private GIT

Skip to content
Snippets Groups Projects
Commit 3c0c7047 authored by phpipam's avatar phpipam
Browse files

Update admin reset script to disable passkey-only flag for admin account

parent 0a6b4cb2
Branches
No related tags found
No related merge requests found
......@@ -50,7 +50,8 @@ $crypt_type = $User->return_crypt_type ();
// set update array
$values = array("id"=>1,
"password"=>$password_crypted
"password" =>$password_crypted,
"passkey_only" =>0
);
// update password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment