mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-57357 auth: fix the remember username feature on login page
This commit is contained in:
parent
c4cf1c60f5
commit
8f8ae115bc
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ class login implements renderable, templatable {
|
||||||
$data->rememberusername = $this->rememberusername;
|
$data->rememberusername = $this->rememberusername;
|
||||||
$data->passwordautocomplete = $this->passwordautocomplete;
|
$data->passwordautocomplete = $this->passwordautocomplete;
|
||||||
$data->signupurl = $this->signupurl->out(false);
|
$data->signupurl = $this->signupurl->out(false);
|
||||||
|
$data->username = $this->username;
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue