mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-68178-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
c765b1f7e2
1 changed files with 2 additions and 1 deletions
|
@ -198,7 +198,8 @@ if ($frm and isset($frm->username)) { // Login WITH
|
||||||
[
|
[
|
||||||
'username' => $frm->username,
|
'username' => $frm->username,
|
||||||
'password' => $frm->password,
|
'password' => $frm->password,
|
||||||
'resendconfirmemail' => true
|
'resendconfirmemail' => true,
|
||||||
|
'logintoken' => \core\session\manager::get_login_token()
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
echo $OUTPUT->single_button($resendconfirmurl, get_string('emailconfirmationresend'));
|
echo $OUTPUT->single_button($resendconfirmurl, get_string('emailconfirmationresend'));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue