mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-9742 - changed tabs to spaces in a few places where there are one
or two
This commit is contained in:
parent
3ef1be377b
commit
a044c05ddb
24 changed files with 85 additions and 85 deletions
|
@ -162,7 +162,7 @@ Example file:
|
|||
$result["country"] = $country;
|
||||
$result["department"] = $institution;
|
||||
$result["description"] = "I am a Shibboleth user";
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -148,9 +148,9 @@ class auth_plugin_shibboleth extends auth_plugin_base {
|
|||
|
||||
function loginpage_hook() {
|
||||
global $SESSION, $CFG;
|
||||
|
||||
// Prevent username from being shown on login page after logout
|
||||
$CFG->nolastloggedin = true;
|
||||
|
||||
// Prevent username from being shown on login page after logout
|
||||
$CFG->nolastloggedin = true;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
// Don't show username on login page
|
||||
set_moodle_cookie('nobody');
|
||||
|
||||
|
||||
set_login_session_preferences();
|
||||
|
||||
unset($SESSION->lang);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue