rename forgejo banner to "tearforge"
This commit is contained in:
parent
3eef80123d
commit
7c0f73beb8
1 changed files with 2 additions and 2 deletions
|
|
@ -295,7 +295,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
DEFAULT = {
|
DEFAULT = {
|
||||||
APP_NAME = "Do butterflies cry when they're sad?";
|
APP_NAME = "tearforge";
|
||||||
APP_SLOGIN = "but cozy";
|
APP_SLOGIN = "but cozy";
|
||||||
APP_DISPLAY_NAME_FORMAT = "{APP_NAME} ::{APP_SLOGAN}::";
|
APP_DISPLAY_NAME_FORMAT = "{APP_NAME} ::{APP_SLOGAN}::";
|
||||||
};
|
};
|
||||||
|
|
@ -349,7 +349,7 @@ in {
|
||||||
# When set to “true”, the installation page is not accessible.
|
# When set to “true”, the installation page is not accessible.
|
||||||
#INSTALL_LOCK = false;
|
#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;
|
MIN_PASSWORD_LENGTH = 12;
|
||||||
PASSWORD_COMPLEXITY = "lower,upper,digit,spec";
|
PASSWORD_COMPLEXITY = "lower,upper,digit,spec";
|
||||||
PASSWORD_CHECK_PWN = true;
|
PASSWORD_CHECK_PWN = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue