Download & Extend

Add user_failed_login_identifier_uid_only to form

Project:Flood control
Version:7.x-1.x-dev
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:reviewed & tested by the community

Issue Summary

Looking in http://api.drupal.org/api/drupal/modules%21user%21user.module/function/u... we can see that there a 2 kind of validations on user:

  1. Pure UID: Drupal validate only against user. This is the most strict.
  2. UID+IP: Drupal checks by this pair. This is used as it is safe enough but more practical because avoids locking out public users.

Drupal defaults to the second one. The purpose of this module is to unlock flood variables and let admins configure them.

Add also user_failed_login_identifier_uid_only to form.

Comments

#1

Status:active» needs review

Attaching a patch for this feature.

AttachmentSize
flood_control.patch 1020 bytes

#2

Status:needs review» reviewed & tested by the community

rtbc