mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
b9ddb2d5ea
Author: Martin Langhoff <martin@catalyst.net.nz>
12 lines
299 B
HTML
12 lines
299 B
HTML
<!-- No config needed -->
|
|
<div align="center"><?php print_string('none'); ?></div>
|
|
|
|
<table cellspacing="0" cellpadding="5" border="0" align="center">
|
|
<?php
|
|
|
|
global $user_fields;
|
|
print_auth_lock_options('manual', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
|
|
|
|
?>
|
|
</table>
|