Skip to content

Commit

Permalink
languagefile updated on min limit of username length
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkmp29 authored and mxkmp29 committed Aug 12, 2016
1 parent eaae746 commit b006cbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -194,10 +194,10 @@
type="integer"
label="COM_USERS_CONFIG_FIELD_USERNAME_MINNUMCHARS_LABEL"
description="COM_USERS_CONFIG_FIELD_USERNAME_MINNUMCHARS_DESC"
first="2"
first="3"
last="99"
step="1"
default="2">
default="3">
</field>

<field
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.com_users.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ COM_USERS_CONFIG_FIELD_USERACTIVATION_OPTION_SELFACTIVATION="Self"
COM_USERS_CONFIG_FIELD_USERNAME_CHARSPRESET_LABEL="Character Preset"
COM_USERS_CONFIG_FIELD_USERNAME_CHARSPRESET_DESC="Specify from the select list if you want disable this check or allow/forbid CUSTOM character filling the CUSTOM text box. You can also select some of the specified character presettings: alphanumeric, latin, email,..."
COM_USERS_CONFIG_FIELD_USERNAME_MINNUMCHARS_LABEL="Min. number of character"
COM_USERS_CONFIG_FIELD_USERNAME_MINNUMCHARS_DESC="Minimum number of character required for username field. Zero indicates no limit."
COM_USERS_CONFIG_FIELD_USERNAME_MINNUMCHARS_DESC="Minimum number of character required for username field."
COM_USERS_CONFIG_FIELD_USERNAME_MAXNUMCHARS_LABEL="Max. number of character"
COM_USERS_CONFIG_FIELD_USERNAME_MAXNUMCHARS_DESC="Maximum number of character required for username field. Zero indicates no limit."
COM_USERS_CONFIG_FIELD_USERNAME_CHARSET_LABEL="Custom character set"
Expand Down

0 comments on commit b006cbc

Please sign in to comment.