]> git.mxchange.org Git - friendica.git/blobdiff - config/config.ini.php
Sets maximum to 64 for username_min/max_length config keys
[friendica.git] / config / config.ini.php
index 8d1c66dbb5aec4aad0b00b608ef7990f922db1f5..fc9855cd695340e951cca2548225d659abf429e7 100644 (file)
@@ -367,13 +367,13 @@ 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.
+; Minimum for this config value is 1. Maximum is 64 as the resulting profile URL mustn'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.
+; Minimum for this config value is 1. Maximum is 64 as the resulting profile URL mustn't be longer than 255 chars.
 username_max_length = 48
 
 ; worker_cooldown (Integer)