Skip to content

Commit

Permalink
fix: add back letters to prod password requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Jan 6, 2025
1 parent 3d98f09 commit 5c31116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ private function configurePasswords(): void

return App::isProduction()
? $rule->mixedCase()
->letters()
->numbers()
->symbols()
->uncompromised()
Expand Down

0 comments on commit 5c31116

Please sign in to comment.