1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-28 02:36:50 +00:00
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
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