Summary | Adding CAPTCHA to login page |
Queue | Horde Groupware Webmail Edition |
Queue Version | 1.0.3 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | simon (at) dedisoft (dot) com |
Created | 12/16/2007 (6384 days ago) |
Due | |
Updated | 04/18/2008 (6260 days ago) |
Assigned | |
Resolved | 12/16/2007 (6384 days ago) |
Milestone | |
Patch | No |
authentication backend have long delays on bad authentication
requests. Or require passwords above a certain length. Combining
captcha's with password is unneeded replication.
Of course, the server will reject all bad accounts but this will
cause using some resource and can cause an attack like DoS attack
(server using too much time processor and other resources to treat
requests).
adds a _different_ resource to try to DoS.
backend, not in the frontend.
see how this would help you to protect against robots. And against
robots doing what exactly?
Of course, the server will reject all bad accounts but this will cause
using some resource and can cause an attack like DoS attack (server
using too much time processor and other resources to treat requests).
must be run after a successfull login. I just say that the field must
be placed after the login and password field, but on the same page !
see how this would help you to protect against robots. And against
robots doing what exactly?
authentication backend, why would you trust a CAPTCHA?
must be run after a successfull login. I just say that the field must
be placed after the login and password field, but on the same page !
authentication backend, why would you trust a CAPTCHA?
Many robots can search to log on Horde. A CAPTCHA solution blocks
robot's query.
State ⇒ Rejected
authentication backend, why would you trust a CAPTCHA?
Priority ⇒ 1. Low
State ⇒ New
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Adding CAPTCHA to login page
Type ⇒ Enhancement
Is there any way to add a CAPTCHA control on the login screen (after
login and password) ?
Thanks