1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:45:55 +00:00

move reset_password to UserHelper

This commit is contained in:
Andrew Dolgov
2021-02-15 16:59:54 +03:00
parent 5d42ce553f
commit 39604bedef
3 changed files with 32 additions and 34 deletions

View File

@@ -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>";