Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce password validation strictness #10

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

ikhsan3adi
Copy link
Owner

Remove

NothingPersonalValidator::class,
DictionaryValidator::class,

from $passwordValidators

public array $passwordValidators = [
    CompositionValidator::class,
    // NothingPersonalValidator::class,
    // DictionaryValidator::class,
    // PwnedValidator::class,
];

@ikhsan3adi ikhsan3adi added the enhancement New feature or request label Jul 8, 2024
@ikhsan3adi ikhsan3adi merged commit e4f870c into main Jul 8, 2024
1 check passed
@ikhsan3adi ikhsan3adi deleted the reduce-password-strictness branch July 8, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant