X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config%2Fconfig.ini.php;h=8d1c66dbb5aec4aad0b00b608ef7990f922db1f5;hb=c1bca43feea8bbb16debdeeb9ece71d434556c6c;hp=ea3df52cbdbdbc11c36d5ab11ea8f23dbb50b026;hpb=6d420dfe9eace9c5a9025983957fd2b6a9e82e08;p=friendica.git diff --git a/config/config.ini.php b/config/config.ini.php index ea3df52cbd..8d1c66dbb5 100644 --- a/config/config.ini.php +++ b/config/config.ini.php @@ -364,6 +364,18 @@ throttle_limit_month = 0 ; For instance if your URL is 'http://example.com/directory/subdirectory', set urlpath to 'directory/subdirectory'. urlpath = +; username_min_length (Integer) +; The minimum character length a username can be. +; This length is check once the username has been trimmed and multiple spaces have been collapsed into one. +; Minimum for this config value is 1. Maximum is 150 as the resulting profile URL shouldn't be longer than 255 chars. +username_min_length = 3 + +; username_max_length (Integer) +; The maximum character length a username can be. +; This length is check once the username has been trimmed and multiple spaces have been collapsed into one. +; Minimum for this config value is 1. Maximum is 150 as the resulting profile URL shouldn't be longer than 255 chars. +username_max_length = 48 + ; worker_cooldown (Integer) ; Cooldown period in seconds after each worker function call. worker_cooldown = 0