MDL-11351 Removed a redundant check for a multiLang JS variable
[moodle-pu.git] / auth / pam / config.html
blobf2f6f1a46f3fda7801240413fb2094f2065a09e3
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('pam', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
9 ?>
10 </table>