Issue:
[moodle-pu.git] / auth / none / config.html
blobabeada05246ccbb0e752b1aeb34609682a8008f1
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('none', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
9 ?>
10 </table>