moodle/auth/pam/config.html

12 lines
296 B
HTML
Raw Normal View History

<!-- 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('pam', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
?>
</table>