diff options
author | James Cook <james@lindenlab.com> | 2010-04-28 17:02:16 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-04-28 17:02:16 -0700 |
commit | 0a249b25b993f004ce05d48f7bce7988d398eb03 (patch) | |
tree | fdf9ea4a5b926227a3b06e63bde24b293429cb8f /indra/newview/skins/default/xui/en/panel_login.xml | |
parent | 149dd3c11b07cfca6b5b7576d6568aef865cefda (diff) |
Login input field allows legacy first+last name > 31 chars
Previously if you had a super-long first name, you couldn't log in!
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_login.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_login.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index 9690561d5d..f435644ec9 100644 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -68,7 +68,7 @@ handle_edit_keys_directly="true" height="22" label="e.g. bobsmith12 or Stellar Sunshine" left_delta="0" -max_length="31" +max_length="63" name="login_id_edit" prevalidate_callback="ascii" select_on_focus="true" |