pixelfed/app/Http/Controllers/Auth
delthas 09479c02ca Make the minimum user password length configurable
Previously, all passwords had to be at least 12 characters long.

Some users use a slightly shorter password, so some instances could wish
to reduce the password length limit to a slightly lesser value.

This makes the minimum password length configurable in the .env file,
with the MIN_PASSWORD_LENGTH variable, that defaults to 12 to keep the
previous behaviour by default.
2020-08-31 23:01:01 +02:00
..
ForgotPasswordController.php Add Laravel Framework 2018-04-15 17:56:48 -06:00
LoginController.php Update LoginController.php 2019-04-30 15:20:26 +08:00
RegisterController.php Make the minimum user password length configurable 2020-08-31 23:01:01 +02:00
ResetPasswordController.php Add Laravel Framework 2018-04-15 17:56:48 -06:00