Browse Source

Allow long (32k chars) passwords

pull/1793/head
tux3 10 years ago
parent
commit
aa9e500e22
  1. 3
      src/widget/loginscreen.ui

3
src/widget/loginscreen.ui

@ -721,9 +721,6 @@ margin-bottom:5px;</string> @@ -721,9 +721,6 @@ margin-bottom:5px;</string>
</item>
<item>
<widget class="QLineEdit" name="loginPassword">
<property name="maxLength">
<number>64</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>

Loading…
Cancel
Save