some bug fixes

This commit is contained in:
JT Smith 2005-03-10 04:02:10 +00:00
parent c61247768d
commit 12b4c40c92
7 changed files with 42 additions and 13 deletions

View file

@ -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'));
}