mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-03-02 10:41:43 +01:00
#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")
|
||||
public static final Property<Integer> MIN_NICKNAME_LENGTH =
|
||||
newProperty("settings.restrictions.minNicknameLength", 4);
|
||||
newProperty("settings.restrictions.minNicknameLength", 3);
|
||||
|
||||
@Comment("Maximum allowed username length")
|
||||
public static final Property<Integer> MAX_NICKNAME_LENGTH =
|
||||
|
Loading…
Reference in New Issue
Block a user