confirm user trigger user_updated event

This commit is contained in:
xiaomlove
2025-06-01 21:48:18 +07:00
parent 68d9858dce
commit 88b7f962ac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;