]> BookStack Code Mirror - bookstack/commit
Aligned password length requirements
authorDan Brown <redacted>
Sat, 18 Dec 2021 16:31:48 +0000 (16:31 +0000)
committerDan Brown <redacted>
Sat, 18 Dec 2021 16:33:40 +0000 (16:33 +0000)
commitbb9cd9d61093ea0b541f354fdd03c97aab1fd954
tree42c3d1a42f4306f7778e2a807c771ec35c563da3
parent04f37e21e2d1552ed537b35faba37ec53971a5bc
Aligned password length requirements

Updated all password validation to use central password defaults
system while updating length requirements to now all match
at 8 characters minimum.

Some language text was technically correct (More than 7 characters)
but this has been updated for clarity and to prompt other translations
to be updated.

Closes #2237
app/Console/Commands/CreateAdmin.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Auth/UserInviteController.php
app/Http/Controllers/UserController.php
app/Providers/AuthServiceProvider.php
resources/lang/en/auth.php
resources/lang/en/settings.php