You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
You could select another theme, setup it as parameter, for instance:
27
33
28
34
```php
29
35
echo $this->Recaptcha->display(array(
30
36
'recaptchaOptions' => array(
31
-
'theme' => 'blackglass'
37
+
'theme' => 'dark'
32
38
)
33
39
)
34
40
);
35
41
```
36
42
37
-
For the complete list of themes, take a look here: [http://code.google.com/intl/it-IT/apis/recaptcha/docs/customization.html](http://code.google.com/intl/it-IT/apis/recaptcha/docs/customization.html).
43
+
For the complete list of configuration options, take a look here: [https://developers.google.com/recaptcha/docs/display#config](https://developers.google.com/recaptcha/docs/display#config). Please note you don't need to prefix option names with `data-`.
38
44
39
45
To check the result simply do something like this in your controller:
Copy file name to clipboardExpand all lines: Locale/deu/LC_MESSAGES/recaptcha.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,6 @@ msgid "To use reCAPTCHA Mailhide, you need to have the mcrypt php module install
30
30
msgstr"Um reCAPTCHA Mailhide nutzen zu können muss das mcrypt PHP-Modul installiert werden."
31
31
32
32
#:View/Helper/RecaptchaHelper.php:207
33
-
msgid"You need to set a private and public mail hide key. Please visit http://mailhide.recaptcha.net/apikey"
34
-
msgstr"Es muss ein privater und öffentlicher mail hide Schlüssel erstellt werden. Bitte besuchen Sie: http://mailhide.recaptcha.net/apikey"
33
+
msgid"You need to set a private and public mail hide key. Please visit https://www.google.com/recaptcha/mailhide/apikey"
34
+
msgstr"Es muss ein privater und öffentlicher mail hide Schlüssel erstellt werden. Bitte besuchen Sie: https://www.google.com/recaptcha/mailhide/apikey"
0 commit comments