1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:46:00 +00:00

update notifications to make them more visible

cleanup some minor stuff in pref-users
This commit is contained in:
Andrew Dolgov
2019-03-05 20:09:06 +03:00
parent 2b54413599
commit ef6d2b8a4e
10 changed files with 64 additions and 86 deletions

View File

@@ -1051,8 +1051,6 @@ class Handler_Public extends Handler {
$sth->execute([$resetpass_token_full, $login, $email]);
//Pref_Users::resetUserPassword($id, false);
} else {
print_error("User ID not found.");
}