rename forgejo banner to "tearforge"

This commit is contained in:
Emile Clark-Boman 2025-07-29 14:11:27 +10:00
parent 3eef80123d
commit 7c0f73beb8

View file

@ -295,7 +295,7 @@ in {
};
DEFAULT = {
APP_NAME = "Do butterflies cry when they're sad?";
APP_NAME = "tearforge";
APP_SLOGIN = "but cozy";
APP_DISPLAY_NAME_FORMAT = "{APP_NAME} ::{APP_SLOGAN}::";
};
@ -349,7 +349,7 @@ in {
# When set to “true”, the installation page is not accessible.
#INSTALL_LOCK = false;
PASSWORD_HASH_ALGO = "argon2"; # ARGON2 BEST ALGO FR!!
PASSWORD_HASH_ALGO = "argon2"; # ARGON2 BEST ALGO FR!! (default: argon2$2$65536$8$50)
MIN_PASSWORD_LENGTH = 12;
PASSWORD_COMPLEXITY = "lower,upper,digit,spec";
PASSWORD_CHECK_PWN = true;