mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-05 12:59:31 +02:00
fix changing passwords which a shorter than 5 chars, see issue #535
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user