mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
confirm user trigger user_updated event
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ sql_query("UPDATE users SET status='confirmed', editsecret='' WHERE id=".sqlesc(
|
||||
if (!mysql_affected_rows())
|
||||
httperr();
|
||||
|
||||
|
||||
publish_model_event(\App\Enums\ModelEventEnum::USER_UPDATED, $id);
|
||||
//if ($securelogin == "yes")
|
||||
//{
|
||||
// $securelogin_indentity_cookie = true;
|
||||
|
||||
Reference in New Issue
Block a user