some bug fixes
This commit is contained in:
parent
c61247768d
commit
12b4c40c92
7 changed files with 42 additions and 13 deletions
|
|
@ -230,6 +230,7 @@ sub createAccountSave {
|
|||
WebGUI::International::get('email address validation email subject','AuthWebGUI'),
|
||||
WebGUI::International::get('email address validation email body','AuthWebGUI')."\n\n".WebGUI::URL::getSiteURL().WebGUI::URL::page("op=auth&method=validateEmail&key=".$key),
|
||||
);
|
||||
$self->SUPER::deactivateAccount("deactivateAccountConfirm");
|
||||
$self->logout;
|
||||
return $self->displayLogin(WebGUI::International::get('check email for validation','AuthWebGUI'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue