MDL-8857
[moodle-linuxchix.git] / auth / none / config.html
blobcdc7ff7962f125078f277aae9a0226916deb6e90
1 <!-- No config needed -->
2 <div align="center"><?php print_string('none'); ?></div>
4 <table cellspacing="0" cellpadding="5" border="0" align="center">
5 <?php
7 print_auth_lock_options('none', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
9 ?>
10 </table>