Remove length limit on password
Software should make the user free, not restrict him.
This commit is contained in:
committed by
Jonathan White
parent
e9b9582817
commit
1dd99559bb
@@ -259,9 +259,6 @@ QProgressBar::chunk {
|
||||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>128</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>20</number>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user