#823 Change default minimum username length to 3
This commit is contained in:
parent
3216a7ab27
commit
0fc04e2bcf
@ -36,7 +36,7 @@ public class RestrictionSettings implements SettingsHolder {
|
|||||||
|
|
||||||
@Comment("Minimum allowed username length")
|
@Comment("Minimum allowed username length")
|
||||||
public static final Property<Integer> MIN_NICKNAME_LENGTH =
|
public static final Property<Integer> MIN_NICKNAME_LENGTH =
|
||||||
newProperty("settings.restrictions.minNicknameLength", 4);
|
newProperty("settings.restrictions.minNicknameLength", 3);
|
||||||
|
|
||||||
@Comment("Maximum allowed username length")
|
@Comment("Maximum allowed username length")
|
||||||
public static final Property<Integer> MAX_NICKNAME_LENGTH =
|
public static final Property<Integer> MAX_NICKNAME_LENGTH =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user