Merge branch 'wip-mdl-41266' of https://github.com/rajeshtaneja/moodle
[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>