Details
Description
China cannot use reCaptcha because it's a Google product. Some other countries may have similar restrictions.
Add the ability to use, as an alternative to reCaptcha, an internally generated captcha. Maybe there is a FOSS MIT licensed library that can generage a decent captcha? If so, let's add it as an option.
Maybe this should be part of the core, there are some other areas that would benefit from this including:
- The Support Manager - when opening a ticket without being authenticated use reCaptcha or this Captcha
1. |
Create human verification settings page | Closed | Abdy Franco |
|
|||||||||
2. |
Add Gregwar/Captcha to core | Closed | Abdy Franco |
|
Activity
Paul Phillips
created issue -
Paul Phillips
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
China cannot use reCaptcha because it's a Google product. Some other countries may have similar restrictions.
Add the ability to use, as an alternative to reCaptcha, an internally generated captcha. Maybe there is a FOSS MIT licensed library that can generage a decent captcha? If so, let's add it as an option. |
China cannot use reCaptcha because it's a Google product. Some other countries may have similar restrictions.
Add the ability to use, as an alternative to reCaptcha, an internally generated captcha. Maybe there is a FOSS MIT licensed library that can generage a decent captcha? If so, let's add it as an option. Maybe this should be part of the core, there are some other areas that would benefit from this including: * The Support Manager - when opening a ticket without being authenticated use reCaptcha or this Captcha |
Tyson Phillips (Inactive)
made changes -
Story Points | 5 |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 2 [ 99 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Summary | Order: Add internally generated captcha as an alternative | Add internally generated captcha as an alternative |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 2 [ 99 ] | 4.9.0 Sprint 1 [ 98 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked lower |
Tyson Phillips (Inactive)
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 29 minutes [ 1740 ] | |
Worklog Id | 12946 [ 12946 ] |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 1 [ 98 ] | 4.9.0 Sprint 1, 4.9.0 Sprint 2 [ 98, 99 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Fix Version/s | 4.9.0-b1 [ 11301 ] | |
Fix Version/s | Short Term [ 10800 ] |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 1, 4.9.0 Sprint 2 [ 98, 99 ] | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3 [ 98, 99, 101 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3 [ 98, 99, 101 ] | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3, 4.9.0 Sprint 4 [ 98, 99, 101, 102 ] |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3, 4.9.0 Sprint 4 [ 98, 99, 101, 102 ] | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3, 4.9.0 Sprint 4, 4.9.0 Sprint 5 [ 98, 99, 101, 102, 103 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3, 4.9.0 Sprint 4, 4.9.0 Sprint 5 [ 98, 99, 101, 102, 103 ] | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3, 4.9.0 Sprint 4, 4.9.0 Sprint 5, 4.9.0 Sprint 6 [ 98, 99, 101, 102, 103, 104 ] |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3, 4.9.0 Sprint 4, 4.9.0 Sprint 5, 4.9.0 Sprint 6 [ 98, 99, 101, 102, 103, 104 ] | 4.9.0 Sprint 1, 4.9.0 Sprint 2, 4.9.0 Sprint 3, 4.9.0 Sprint 4, 4.9.0 Sprint 5, 4.9.0 Sprint 6, 4.9.0 Sprint 7 [ 98, 99, 101, 102, 103, 104, 105 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Fix Version/s | 4.10.0-b1 [ 11305 ] | |
Fix Version/s | 4.9.0-b1 [ 11301 ] |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] |
Jonathan Reissmueller
made changes -
Issue Type | New Feature [ 2 ] | Story [ 7 ] |
Original Estimate | 0 minutes [ 0 ] |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] | Abdy Franco [ abdy ] |
Jonathan Reissmueller
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Something like this library may work:
https://github.com/Gregwar/Captcha
It requires the GD library as well as the mbstring extension. We currently don't recommend the GD library according to the docs https://docs.blesta.com/display/user/Requirements