#732: Change password: exit after building the page in case of wrong "old" password

SVN:trunk[2756]
This commit is contained in:
Denis Flaven
2013-05-22 08:43:48 +00:00
parent 263acaf4e4
commit 3060462edc

View File

@@ -436,6 +436,7 @@ EOF
$oPage = new LoginWebPage();
$oPage->DisplayChangePwdForm(true); // old pwd was wrong
$oPage->output();
exit;
}
$sMessage = Dict::S('UI:Login:PasswordChanged');
}