mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 16:15:54 +01:00
11 lines
276 B
HTML
11 lines
276 B
HTML
<!-- No config needed -->
|
|
<div align="center"><?php print_string('none'); ?></div>
|
|
|
|
<table cellspacing="0" cellpadding="5" border="0" align="center">
|
|
<?php
|
|
|
|
print_auth_lock_options('email', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
|
|
|
|
?>
|
|
</table>
|