Fix Starlight and StarlightCUI OpenSim max password length being stuck at 16

This commit is contained in:
Hecklezz
2026-02-20 19:44:27 +10:00
parent 86760e7b1f
commit 47cd6e1f70
4 changed files with 4 additions and 4 deletions
@@ -123,7 +123,7 @@
<line_editor
follows="left|bottom"
height="22"
max_length_bytes="16"
max_length_chars="16"
name="password_edit"
is_password="true"
select_on_focus="true"
@@ -160,7 +160,7 @@
follows="left|top|right"
height="32"
left="5"
max_length_bytes="16"
max_length_chars="16"
text_pad_left="8"
text_pad_right="8"
name="password_edit"
@@ -122,7 +122,7 @@ tool_tip="The account name you chose when you registered, like bobsmith420 or St
<line_editor
follows="left|bottom"
height="22"
max_length_bytes="16"
max_length_chars="16"
name="password_edit"
is_password="true"
select_on_focus="true"
@@ -160,7 +160,7 @@
follows="left|top|right"
height="32"
left="5"
max_length_bytes="16"
max_length_chars="16"
text_pad_left="8"
text_pad_right="8"
name="password_edit"