fix: add back letters to prod password requirement
This commit is contained in:
parent
2c4bdb76bd
commit
1a36e7b057
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ private function configurePasswords(): void
|
||||||
|
|
||||||
return App::isProduction()
|
return App::isProduction()
|
||||||
? $rule->mixedCase()
|
? $rule->mixedCase()
|
||||||
|
->letters()
|
||||||
->numbers()
|
->numbers()
|
||||||
->symbols()
|
->symbols()
|
||||||
->uncompromised()
|
->uncompromised()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue