Merge pull request #4358 from tractorcow/pr/2978

Pr/2978
This commit is contained in:
Will Morgan 2015-07-13 10:47:00 +01:00
commit 2c98ac7911

View File

@ -129,9 +129,10 @@ class ChangePasswordForm extends Form {
_t(
'Member.INVALIDNEWPASSWORD',
"We couldn't accept that password: {password}",
array('password' => nl2br("\n".$isValid->starredList()))
array('password' => nl2br("\n".Convert::raw2xml($isValid->starredList())))
),
"bad"
"bad",
false
);
// redirect back to the form, instead of using redirectBack() which could send the user elsewhere.