Nice module. Just wanted to know if there is any way to override especific users or roles (this one via access control), so this users/roles should not be affected with Login Security settings.

Thanks.
Ignacio

Comments

deekayen’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
ilo’s picture

I've a comment here..

For this module, it doesn't matter if the user already exists or not. Currently, we are dealing with login attempts, I mean, every record is stored as the pair:
- username (used in the form)
- and ip_address of the request

This gives us the change to operate with non-existant users as well, so there's no way to know if the user exists or not in the site.

Now, having different behaviour for diferent roles or users may "indirectly" show if the user already exists, because the login protection performs diferently.

can we found a way to perform diferently, not aparenting it?

ilo’s picture

Status: Active » Postponed (maintainer needs more info)

No ideas, no party.. :(

ilo’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

time to forget about this.