Skip to content

Commit

Permalink
Merge branch 'MDL-27953_m25' of https://github.com/markn86/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_25_STABLE
  • Loading branch information
Sam Hemelryk committed Aug 5, 2013
2 parents eeb784d + 8a868ab commit a2f561b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tool/uploaduser/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ function uu_process_template_callback($username, $firstname, $lastname, $block)
* @return array type=>name
*/
function uu_supported_auths() {
// only following plugins are guaranteed to work properly
$whitelist = array('manual', 'nologin', 'none', 'email');
// Only the following plugins are guaranteed to work properly.
$whitelist = array('email', 'ldap', 'manual', 'nologin', 'none');
$plugins = get_enabled_auth_plugins();
$choices = array();
foreach ($plugins as $plugin) {
Expand Down

0 comments on commit a2f561b

Please sign in to comment.