From ef6d2b8a4efe2a0114e6c7c02d6522b358646c8c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 5 Mar 2019 20:09:06 +0300 Subject: update notifications to make them more visible cleanup some minor stuff in pref-users --- classes/handler/public.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes/handler') diff --git a/classes/handler/public.php b/classes/handler/public.php index a8369f440..99c605dee 100755 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -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."); } -- cgit v1.2.3-54-g00ecf