-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Properties, javadoc and New Property for Word Generation
- Loading branch information
Showing
4 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
ERCaptcha sits on top of the JCaptcha ( http://jcaptcha.sourceforge.net/ ) library. Because it uses AWT classes | ||
for dynamic image generation, you must set -Djava.awt.headless=true on your application in deployment if you | ||
do not run your applications as root. | ||
do not run your applications as root. | ||
|
||
ERCaptcha は JCaptcha ( http://jcaptcha.sourceforge.net/ ) ライブラリーの上に位置します。 | ||
ダイナミック・イメージ生成の為に、 AWT クラスを使用している為アプリケーションを配布時で -Djava.awt.headless=true として実行する必要があります。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Properies Info | ||
er.extensions.load.Properties.framework.ERCaptcha=load | ||
er.extensions.ERCaptcha.hasLocalization=false | ||
|
||
#### ERReCaptcha | ||
#er.captcha.recaptcha.publicKey= | ||
#er.captcha.recaptcha.privateKey= | ||
|
||
#### ERCaptchaEngine | ||
er.captcha.ERCaptchaEngine.wordgenerator=BCDFGHJKLMNPQRSTVWXYZbcdfghjklmnpqrstvwxyz2346789 | ||
|
||
java.awt.headless=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters