Display messages once on password change
This commit is contained in:
parent
a3d7a055ee
commit
74199dd114
@ -56,6 +56,7 @@ if (isset($_REQUEST['nopass'])) {
|
||||
// Displays an error message if required
|
||||
if (isset($message)) {
|
||||
$message->display();
|
||||
unset($message);
|
||||
}
|
||||
|
||||
require_once './libraries/display_change_password.lib.php';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user