Feature #330
Configuration for reCAPTCHA
| Status: | Closed | Start: | 12/08/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Self Service Password | |||
| Target version: | self-service-password-0.7 |
Description
Possibility to configure the reCAPTCHA as describe on http://code.google.com/intl/de-DE/apis/recaptcha/docs/customization.html
I added theme and language support, in config.inc.php is one new default setting needed:
$recaptcha_theme = 'red';
Associated revisions
Allow recaptcha customization (by Roy Kaldung) (references #330)
History
Updated by Clément OUDOT 9 months ago
- Status changed from New to Assigned
- Assigned to set to Clément OUDOT
- Target version set to self-service-password-0.7
Thanks for the contribution, it will be added soon.
Updated by Clément OUDOT 9 months ago
- Status changed from Assigned to Feedback
- Assigned to changed from Clément OUDOT to Roy Kaldung
- % Done changed from 0 to 100
Applied in r185.
I just moved the recaptcha_get_conf function in functions.inc.php in order to keep the default recaptacha library. We could replace it with a new one, if any in the future, without breaking our code.
Ok for you?
Updated by Roy Kaldung 9 months ago
Clément OUDOT wrote:
Applied in r185.
I just moved the recaptcha_get_conf function in functions.inc.php in order to keep the default recaptacha library. We could replace it with a new one, if any in the future, without breaking our code.
Ok for you?
This is also ok. Tahnks for applying the patches.
Updated by Clément OUDOT 9 months ago
- Status changed from Feedback to Closed