moodle/auth/pam/config.html

11 lines
271 B
HTML
Raw Normal View History

<!-- No config needed -->
2007-04-20 07:54:42 +00:00
<div style="text-align: center"><?php print_string('none'); ?></div>
2007-04-20 07:54:42 +00:00
<table cellspacing="0" cellpadding="5" border="0">
2007-02-20 17:03:36 +00:00
<?php
print_auth_lock_options('pam', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
?>
</table>