Skip to content

Commit aa9f07d

Browse files
author
Denny Lin
committed
Add note about customizing reCAPTCHA.
Signed-off-by: Denny Lin <[email protected]>
1 parent 5a1b124 commit aa9f07d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ rcguard. The table should be created in the database used by Roundcube.
2323
Please note that this plugin requires reCAPTCHA keys to work properly.
2424
They can be obtained from http://www.google.com/recaptcha.
2525

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+
2634
Supported databases
2735
----------------------------------------
2836
- MySQL

rcguard.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
var RecaptchaOptions = {
2-
theme : 'white'
2+
theme : 'white',
3+
lang: 'en'
34
};

0 commit comments

Comments
 (0)