forked from laravel/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Fix Password validation failure to allow errors after min rule (l…
…aravel#40030) * Change Password validation failure to allow errors after min rule * Use `Validator::after()` to run Password rules. Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * Fix for uncompromised rule to not be called in case of failure Co-authored-by: Mior Muhammad Zaki <crynobone@gmail.com>
- Loading branch information
1 parent
c122970
commit cd11f32
Showing
2 changed files
with
44 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters