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 = {
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue