Skip to content
Snippets Groups Projects
Commit 16b54fba authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Increase max length of real name from 24 to 25 chars, password 8 to 40 chars

The password was (recently) limited to 8 chars, so that made sense.
The 24 character limit of the real name does not make sense and I can only
assume it was a typo.
parent 723e883d
Branches
Tags
No related merge requests found
......@@ -500,7 +500,7 @@
<object class="GtkEntry" id="eRealName">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="max_length">24</property>
<property name="max_length">25</property>
<property name="width_chars">25</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
......@@ -784,7 +784,7 @@
<object class="GtkEntry" id="ePassword">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="max_length">8</property>
<property name="max_length">40</property>
<property name="width_chars">8</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment