mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Merge branch 'MDL-68178-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
c765b1f7e2
@ -198,7 +198,8 @@ if ($frm and isset($frm->username)) { // Login WITH
|
||||
[
|
||||
'username' => $frm->username,
|
||||
'password' => $frm->password,
|
||||
'resendconfirmemail' => true
|
||||
'resendconfirmemail' => true,
|
||||
'logintoken' => \core\session\manager::get_login_token()
|
||||
]
|
||||
);
|
||||
echo $OUTPUT->single_button($resendconfirmurl, get_string('emailconfirmationresend'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user