1 <!-- No config needed -->
3 // set to defaults if undefined
4 if (!isset($config->recaptcha
)) {
5 $config->recaptcha
= false;
8 $yesno = array( get_string('no'), get_string('yes') );
12 <table cellspacing=
"0" cellpadding=
"5" border=
"0">
15 <h2 class=
"main"><?php print_string('auth_emailsettings', 'auth_email') ?> </h2>
19 <td align=
"right"><label for=
"menurecaptcha"><?php print_string('auth_emailrecaptcha_key', 'auth_email') ?></label></td>
22 echo html_writer
::select($yesno, 'recaptcha', $config->recaptcha
, false);
24 <td><?php print_string('auth_emailrecaptcha', 'auth_email') ?></td>
28 print_auth_lock_options($this->authtype
, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);