mirror of
https://github.com/jlengrand/coolify.git
synced 2026-03-10 08:11:23 +00:00
fix: add back letters to prod password requirement
This commit is contained in:
@@ -49,6 +49,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
return App::isProduction()
|
||||
? $rule->mixedCase()
|
||||
->letters()
|
||||
->numbers()
|
||||
->symbols()
|
||||
->uncompromised()
|
||||
|
||||
Reference in New Issue
Block a user