mirror of
https://github.com/coollabsio/coolify.git
synced 2026-09-24 23:40:16 -05:00
chore(core): reorder password rules
This commit is contained in:
@@ -49,8 +49,8 @@ final class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
if (App::isProduction()) {
|
||||
Password::defaults(fn () => Password::min(12)
|
||||
->mixedCase()
|
||||
->letters()
|
||||
->mixedCase()
|
||||
->numbers()
|
||||
->symbols()
|
||||
->uncompromised());
|
||||
|
||||
Reference in New Issue
Block a user