mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:45:55 +00:00
api: remove base64 encoded passwords (wtf), log all authentication failures in userhelper
This commit is contained in:
@@ -395,8 +395,6 @@ class Handler_Public extends Handler {
|
||||
|
||||
if (!isset($_SESSION["login_error_msg"]))
|
||||
$_SESSION["login_error_msg"] = __("Incorrect username or password");
|
||||
|
||||
user_error("Failed login attempt for $login from " . UserHelper::get_user_ip(), E_USER_WARNING);
|
||||
}
|
||||
|
||||
$return = clean($_REQUEST['return']);
|
||||
|
||||
Reference in New Issue
Block a user