remove any indication of authentication failure until logon attempt is complete

deekayen - October 3, 2008 - 15:18
Project:Login Security
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:deekayen
Status:closed
Description

Right now, a failed login has a drupal_set_message of

Sorry, unrecognized username or password. Have you forgotten your password?

That just helps an attacker know they need to try again. It'd be nice to figure out a way to unset that before it gets displayed. Maybe hook_exit() can unset a part of a global var somewhere to accomplish it.

#1

ilo - June 16, 2009 - 23:09
Status:active» by design

The configuration options allow the administrator to show or hide this information. In fact displaying this information was a request.
Note: cleaning issue queue

#2

deekayen - June 17, 2009 - 00:07
Status:by design» active

To clarify, I'm not talking about login_security_notice_attempts_available. That shows how many remaining attempts there are for logging in. I mean an option that will unset the aforesaid core message from the session. There was some general session message killing code in there that wiped out the entire list of session messages, but it was not an option and indiscriminate to the content of the messages. I took it out yesterday.

#3

ilo - June 17, 2009 - 08:59

mm.. ok, I misunderstood it, now I see clearly. are you going to take this issue? or should I?

#4

deekayen - June 17, 2009 - 13:17
Assigned to:Anonymous» deekayen

#5

deekayen - June 17, 2009 - 15:58

#6

System Message - July 1, 2009 - 16:00
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.