Override especific users or roles
iacipgcz - May 16, 2008 - 14:15
| Project: | Login Security |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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

#1
#2
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?
#3
No ideas, no party.. :(