forked from mirror/pixelfed
09479c02ca
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. |
||
---|---|---|
.. | ||
app.php | ||
auth.php | ||
backup.php | ||
broadcasting.php | ||
cache.php | ||
cors.php | ||
costar.php | ||
database.php | ||
debugbar.php | ||
dotenv-editor.php | ||
exp.php | ||
federation.php | ||
filesystems.php | ||
hashids.php | ||
hashing.php | ||
horizon.php | ||
image-optimizer.php | ||
image.php | ||
instance.php | ||
logging.php | ||
mail.php | ||
media.php | ||
passport.php | ||
pixelfed.php | ||
purify.php | ||
queue.php | ||
routes.php | ||
self-diagnosis.php | ||
services.php | ||
session.php | ||
snowflake.php | ||
trustedproxy.php | ||
view.php | ||
websockets.php |