diff --git a/security/ChangePasswordForm.php b/security/ChangePasswordForm.php index 4ed58fc5b..f4ae9fc06 100644 --- a/security/ChangePasswordForm.php +++ b/security/ChangePasswordForm.php @@ -131,7 +131,8 @@ class ChangePasswordForm extends Form { "We couldn't accept that password: {password}", array('password' => nl2br("\n".$isValid->starredList())) ), - "bad" + "bad", + false ); // redirect back to the form, instead of using redirectBack() which could send the user elsewhere.