Skip to content

Commit

Permalink
Update UserValidator.php
Browse files Browse the repository at this point in the history
update to password_confirmation
  • Loading branch information
rgriss committed Oct 3, 2014
1 parent c1280c4 commit 1af870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Confide/UserValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function validatePassword(ConfideUserInterface $user)
} else {
$this->attachErrorMsg(
$user,
'confide::confide.alerts.wrong_confirmation',
'confide::confide.alerts.password_confirmation',
'password_confirmation'
);
return false;
Expand Down

0 comments on commit 1af870a

Please sign in to comment.