]> git.proxmox.com Git - pmg-gui.git/commitdiff
fix #4818: Revert "UserEdit: add minLength of 4 to username field"
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Tue, 5 Sep 2023 12:54:44 +0000 (14:54 +0200)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 13 Feb 2024 23:04:12 +0000 (00:04 +0100)
So we match pmg-api.

This reverts commit 40ced6648d6b94b32a0a0a957b4c9c7c2927a721.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
js/UserEdit.js

index e2125305fa92b382fee6beb757938b2327837c69..bd94686b6b76d0180b8a0a128a57afb4460ed22a 100644 (file)
@@ -38,7 +38,6 @@ Ext.define('PMG.UserEdit', {
                fieldLabel: gettext('User name'),
                renderer: Ext.htmlEncode,
                allowBlank: false,
-               minLength: 4,
                cbind: {
                    submitValue: '{isCreate}',
                    xtype: '{useridXType}',