version 1.269, 2016/02/19 02:39:07
|
version 1.270, 2016/02/19 20:28:46
|
Line 6804 sub modify_login {
|
Line 6804 sub modify_login {
|
} elsif ($item eq 'recaptchaversion') { |
} elsif ($item eq 'recaptchaversion') { |
if (ref($loginhash{'login'}) eq 'HASH') { |
if (ref($loginhash{'login'}) eq 'HASH') { |
if ($loginhash{'login'}{'captcha'} eq 'recaptcha') { |
if ($loginhash{'login'}{'captcha'} eq 'recaptcha') { |
$resulttext .= '<li>'.&mt('ReCAPTCHA set to version [_1]',$loginhash{'login'}{'recaptchaversion'}). |
$resulttext .= '<li>'.&mt('ReCAPTCHA for helpdesk form set to version [_1]',$loginhash{'login'}{'recaptchaversion'}). |
'</li>'; |
'</li>'; |
} |
} |
} |
} |
Line 10218 sub modify_selfcreation {
|
Line 10218 sub modify_selfcreation {
|
$chgtext .= '</ul>'; |
$chgtext .= '</ul>'; |
} elsif ($type eq 'recaptchaversion') { |
} elsif ($type eq 'recaptchaversion') { |
if ($savecaptcha{'captcha'} eq 'recaptcha') { |
if ($savecaptcha{'captcha'} eq 'recaptcha') { |
$chgtext .= '<li>'.&mt('ReCAPTCHA set to version [_1]',$savecaptcha{$type}). |
$chgtext .= &mt('ReCAPTCHA set to version [_1]',$savecaptcha{$type}); |
'</li>'; |
|
} |
} |
} elsif ($type eq 'emailusername') { |
} elsif ($type eq 'emailusername') { |
if (ref($cancreate{'emailusername'}) eq 'HASH') { |
if (ref($cancreate{'emailusername'}) eq 'HASH') { |