mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
With authentication defined on per user basis, all user administration methods should be available, regardless whether the default site method is internal or external
This commit is contained in:
parent
7098a2c06b
commit
16da26a666
@ -332,9 +332,8 @@
|
||||
}
|
||||
echo "</form>";
|
||||
echo "</td></tr></table>";
|
||||
if (is_internal_auth()){
|
||||
print_heading("<a href=\"user.php?newuser=true\">".get_string("addnewuser")."</a>");
|
||||
}
|
||||
print_heading("<a href=\"user.php?newuser=true\">".get_string("addnewuser")."</a>");
|
||||
|
||||
|
||||
print_table($table);
|
||||
|
||||
@ -344,9 +343,8 @@
|
||||
|
||||
}
|
||||
|
||||
if (is_internal_auth()){
|
||||
print_heading("<a href=\"user.php?newuser=true\">".get_string("addnewuser")."</a>");
|
||||
}
|
||||
print_heading("<a href=\"user.php?newuser=true\">".get_string("addnewuser")."</a>");
|
||||
|
||||
|
||||
print_footer();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user