Subversion Repositories oidplus

Rev

Rev 625 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 625 Rev 702
Line 104... Line 104...
104
                         security related purposes. If someone accidently received this secret,
104
                         security related purposes. If someone accidently received this secret,
105
                         please change the sequence.
105
                         please change the sequence.
106
 
106
 
107
OIDplus::baseConfig()->setValue('RECAPTCHA_ENABLED',        true);
107
OIDplus::baseConfig()->setValue('RECAPTCHA_ENABLED',        true);
108
Old 2.0 format:          define('RECAPTCHA_ENABLED',        0);
108
Old 2.0 format:          define('RECAPTCHA_ENABLED',        0);
-
 
109
                         Deprecated!
-
 
110
                         RECAPTCHA_ENABLED=true  becomes CAPTCHA_PLUGIN=ReCAPTCHA
-
 
111
                         RECAPTCHA_ENABLED=false becomes CAPTCHA_PLUGIN=None
109
 
112
 
110
OIDplus::baseConfig()->setValue('RECAPTCHA_PUBLIC',         '');
113
OIDplus::baseConfig()->setValue('RECAPTCHA_PUBLIC',         '');
111
Old 2.0 format:          define('RECAPTCHA_PUBLIC',         '');
114
Old 2.0 format:          define('RECAPTCHA_PUBLIC',         '');
112
 
115
 
113
OIDplus::baseConfig()->setValue('RECAPTCHA_PRIVATE',        '');
116
OIDplus::baseConfig()->setValue('RECAPTCHA_PRIVATE',        '');