fixed: email validation links can be broken by mail servers
This commit is contained in:
parent
99aa2919d6
commit
2d42efd6b5
2 changed files with 2 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ sub createAccountSave {
|
|||
$mail->addText(
|
||||
$i18n->get('email address validation email body','AuthWebGUI') . "\n\n"
|
||||
. $session->url->getSiteURL()
|
||||
. $session->url->page("op=auth;method=validateEmail;key=".$key)
|
||||
. $session->url->page("op=auth;method=validateEmail;key=".$key) . "\n\n"
|
||||
);
|
||||
$mail->addFooter;
|
||||
$mail->send;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue