Merge branch 'MDL-38460_M24' of git://github.com/lazydaisy/moodle into MOODLE_24_STABLE
[moodle.git] / auth / none / config.html
blob0068836ecb20fd8a44258e5fc80524ac758ccfeb
1 <!-- No config needed -->
2 <div style="text-align: center"><?php print_string('none'); ?></div>
4 <table cellspacing="0" cellpadding="5" border="0">
5 <?php
7 print_auth_lock_options($this->authtype, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
9 ?>
10 </table>