Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4cf1c6
)
MDL-57357 auth: fix the remember username feature on login page
author
Jake Dallimore
<jake@moodle.com>
Fri, 23 Dec 2016 02:42:01 +0000
(10:42 +0800)
committer
Jake Dallimore
<jake@moodle.com>
Fri, 23 Dec 2016 02:42:01 +0000
(10:42 +0800)
auth/classes/output/login.php
patch
|
blob
|
blame
|
history
diff --git
a/auth/classes/output/login.php
b/auth/classes/output/login.php
index
e5e4e7d
..
5b924bb
100644
(file)
--- a/
auth/classes/output/login.php
+++ b/
auth/classes/output/login.php
@@
-151,6
+151,7
@@
class login implements renderable, templatable {
$data->rememberusername = $this->rememberusername;
$data->passwordautocomplete = $this->passwordautocomplete;
$data->signupurl = $this->signupurl->out(false);
+ $data->username = $this->username;
return $data;
}