cdbba24134
- Extended set_config() - Implemented get_config() which takes over $CFG loading in setup.php - admin/auth.php has special handling if post vars starting in pluginconfig_ - admin/auth.php print_auth_lock_options() prints a form fragment -- being called from most plugins now - user/edit.php follows the new convention when locking down fields, both javascript UI and on POST.
3 lines
195 B
HTML
3 lines
195 B
HTML
<!-- No config needed -->
|
|
<div align="center"><?php print_string('none'); ?></div>
|
|
<?php print_auth_lock_options($auth, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false); ?> |