Opened 7 years ago
Closed 5 years ago
#1437230 closed Feature Requests (duplicate)
Secure Login
| Reported by: | nobody | Owned by: | nobody |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1.1 |
| Component: | Core functionality | Version: | None |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by thomasb)
Add Captcha after X failed attempts to prevent brute force.
Change History (4)
comment:1 Changed 7 years ago by p0l0
comment:2 Changed 7 years ago by thomasb
- Description modified (diff)
- Milestone 0.1-beta2 deleted
- Owner changed from roundcube to nobody
- Severity changed from critical to normal
- Status changed from assigned to new
comment:3 Changed 5 years ago by seansan
- Milestone set to later
comment:4 Changed 5 years ago by seansan
- Milestone changed from later to 0.1.1
- Resolution changed from None to duplicate
- Status changed from new to closed
See also #1484827
Note: See
TracTickets for help on using
tickets.

Logged In: YES user_id=1423687 You can force Secure Login using .htaccess (Replace /webmail with the relative path for roundcube Ex: http://domain.com/webmail/) <IfModule mod_rewrite.c> <IfModule mod_ssl.c> <Location /webmail> RewriteEngine on RewriteCond %{HTTPS} !^on$ [NC] RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI} [L] </Location> </IfModule> </IfModule>