mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
reset password update auth_key
This commit is contained in:
@@ -129,6 +129,7 @@ class UserRepository extends BaseRepository
|
||||
'username' => $username,
|
||||
'email' => $email,
|
||||
'secret' => $secret,
|
||||
'auth_key' => mksecret(),
|
||||
'editsecret' => '',
|
||||
'passhash' => $passhash,
|
||||
'stylesheet' => $setting['defstylesheet'],
|
||||
@@ -165,6 +166,7 @@ class UserRepository extends BaseRepository
|
||||
$update = [
|
||||
'secret' => $secret,
|
||||
'passhash' => $passhash,
|
||||
'auth_key' => mksecret(),
|
||||
];
|
||||
$user->update($update);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user