Closed
Description
So I've been getting support tickets that my password reset forms aren't working, and I tracked it down, and seems like this PR #245 by dear @driesvints has a really bad breaking change.
I never use password confirmation in my applications, I use "show/hide" button instead for the user to be sure of what they've entered if they want to.
@driesvints mentions in the PR he doesn't know why this hasn't been done before, I think this hasn't been done because we already validate the password in a customisable way in whatever class we pass to ResetPasswordsUsing
closure. Right?