# HG changeset patch # User Matthew Lagoe@MatthewLagoe-PC # Date 1342518524 25200 # Branch ta # Node ID bed11b7cd9cc84d332520a39ce07c74c2415d424 # Parent 901801844d4749ff9e70814c781f7d81e73ef444 maxlen fix for password and username, also fixed 255 maxlen in email 254 is real max diff -r 901801844d47 -r bed11b7cd9cc code/ryzom/client/data/gamedev/interfaces_v3/login_main.xml --- a/code/ryzom/client/data/gamedev/interfaces_v3/login_main.xml Mon Apr 23 02:10:12 2012 -0700 +++ b/code/ryzom/client/data/gamedev/interfaces_v3/login_main.xml Tue Jul 17 02:48:44 2012 -0700 @@ -651,7 +651,7 @@ text_ref="BM BM" text_y="-2" on_focus="create_account_rules" on_focus_params="rules_login" reset_focus_on_hide="false" max_historic="0" onenter="set_keyboard_focus" params="target=ui:login:create_account:content:submit_gr:eb_password:eb|select_all=false" - prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="12" color="135 243 28 255" /> + prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="20" color="135 243 28 255" /> @@ -660,7 +660,7 @@ text_ref="BM BM" text_y="-2" on_focus="create_account_rules" on_focus_params="rules_password" reset_focus_on_hide="false" max_historic="0" entry_type="password" onenter="set_keyboard_focus" params="target=ui:login:create_account:content:submit_gr:eb_confirm_password:eb|select_all=false" - prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="8" color="135 243 28 255" /> + prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="20" color="135 243 28 255" /> @@ -669,7 +669,7 @@ text_ref="BM BM" text_y="-2" on_focus="create_account_rules" on_focus_params="rules_password_conf" reset_focus_on_hide="false" max_historic="0" entry_type="password" onenter="set_keyboard_focus" params="target=ui:login:create_account:content:submit_gr:eb_email:eb|select_all=false" - prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="8" color="135 243 28 255" /> + prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="20" color="135 243 28 255" /> @@ -678,7 +678,7 @@ text_ref="BM BM" text_y="-2" on_focus="create_account_rules" on_focus_params="rules_email" reset_focus_on_hide="false" max_historic="0" onenter="" params="" - prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="255" color="135 243 28 255" /> + prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="254" color="135 243 28 255" />