Re: disabling logins
Serge Huber <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.install |
|---|---|
| Message-ID | <[email protected]> |
There is no configurable way of doing this in Jahia, but you could add support for this by modifiying the org.jahia.engines.login.Login_Engine class and store the number of login attemps in a user property. Regards, Serge Huber. George Myers wrote: >Is there any existing means of automatically disabling logins for an account >if the number of failed >login attempts exceed a specified limit. This would likely block any manual >or systematic attempts to >crack into the system. > >Using an image recognition procedure as part of login would be another way >to address automated cracking >attempts (and I expect this could be done using jsp & bean in the template, >separate from the jahia core). > >Anyone done this? Any advice would be appreciated. > >George > > > >