fix changing passwords which a shorter than 5 chars, see issue #535

This commit is contained in:
Sebastian Sdorra
2014-02-25 08:37:54 +01:00
parent 562e4e6bb4
commit a175d736ae

View File

@@ -64,9 +64,7 @@ Sonia.action.ChangePasswordWindow = Ext.extend(Ext.Window,{
name: 'old-password',
fieldLabel: this.oldPasswordText,
inputType: 'password',
allowBlank: false,
minLength: 6,
maxLength: 32
allowBlank: false
},{
id: 'new-password',
name: 'new-password',