Skip to content

Commit

Permalink
changed maximum and minimum for usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkmp29 authored and mxkmp29 committed Aug 12, 2016
1 parent 93d43a8 commit 414e4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_users/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
label="COM_USERS_CONFIG_FIELD_USERNAME_MINNUMCHARS_LABEL"
description="COM_USERS_CONFIG_FIELD_USERNAME_MINNUMCHARS_DESC"
first="3"
last="99"
last="147"

This comment has been minimized.

Copy link
@brianteeman

brianteeman Aug 12, 2016

Contributor

Why 147?

step="1"
default="3">
</field>
Expand All @@ -206,7 +206,7 @@
label="COM_USERS_CONFIG_FIELD_USERNAME_MAXNUMCHARS_LABEL"
description="COM_USERS_CONFIG_FIELD_USERNAME_MAXNUMCHARS_DESC"
first="0"
last="99"
last="150"
step="1"
default="0">
</field>
Expand Down

0 comments on commit 414e4c6

Please sign in to comment.