We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1b124 commit aa9f07dCopy full SHA for aa9f07d
README
@@ -23,6 +23,14 @@ rcguard. The table should be created in the database used by Roundcube.
23
Please note that this plugin requires reCAPTCHA keys to work properly.
24
They can be obtained from http://www.google.com/recaptcha.
25
26
+Customizing reCAPTCHA
27
+----------------------------------------
28
+Different themes and translations are available. If none of them fit
29
+your needs, create a custom one.
30
+
31
+Simply edit rcguard.js. For documentation, see:
32
+http://code.google.com/apis/recaptcha/docs/customization.html
33
34
Supported databases
35
----------------------------------------
36
- MySQL
rcguard.js
@@ -1,3 +1,4 @@
1
var RecaptchaOptions = {
2
- theme : 'white'
+ theme : 'white',
3
+ lang: 'en'
4
};
0 commit comments