Skip to content

Commit

Permalink
MDL-57357 auth: fix the remember username feature on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed Dec 23, 2016
1 parent c4cf1c6 commit 8f8ae11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/classes/output/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public function export_for_template(renderer_base $output) {
$data->rememberusername = $this->rememberusername;
$data->passwordautocomplete = $this->passwordautocomplete;
$data->signupurl = $this->signupurl->out(false);
$data->username = $this->username;

return $data;
}
Expand Down

0 comments on commit 8f8ae11

Please sign in to comment.