mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:05:55 +00:00
move reset_password to UserHelper
This commit is contained in:
@@ -950,7 +950,7 @@ class Handler_Public extends Handler {
|
||||
WHERE id = ?");
|
||||
$sth->execute([$id]);
|
||||
|
||||
Pref_Users::_reset_password($id, true);
|
||||
UserHelper::reset_password($id, true);
|
||||
|
||||
print "<p>"."Completed."."</p>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user