Skip to content

Commit

Permalink
Merge pull request #10 from ikhsan3adi/reduce-password-strictness
Browse files Browse the repository at this point in the history
Reduce password validation strictness
  • Loading branch information
ikhsan3adi committed Jul 8, 2024
2 parents 1cfcc40 + 8145f8c commit e4f870c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Config/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ class Auth extends ShieldAuth
*/
public array $passwordValidators = [
CompositionValidator::class,
NothingPersonalValidator::class,
DictionaryValidator::class,
// NothingPersonalValidator::class,
// DictionaryValidator::class,
// PwnedValidator::class,
];

Expand Down

0 comments on commit e4f870c

Please sign in to comment.