[pmg-devel] [PATCH pmg-gui 2/2] fix #4818: Revert "UserEdit: add minLength of 4 to username field"
Maximiliano Sandoval
m.sandoval at proxmox.com
Tue Sep 5 14:54:44 CEST 2023
So we match pmg-api.
This reverts commit 40ced6648d6b94b32a0a0a957b4c9c7c2927a721.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
js/UserEdit.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/js/UserEdit.js b/js/UserEdit.js
index e212530..bd94686 100644
--- a/js/UserEdit.js
+++ b/js/UserEdit.js
@@ -38,7 +38,6 @@ Ext.define('PMG.UserEdit', {
fieldLabel: gettext('User name'),
renderer: Ext.htmlEncode,
allowBlank: false,
- minLength: 4,
cbind: {
submitValue: '{isCreate}',
xtype: '{useridXType}',
--
2.39.2
More information about the pmg-devel
mailing list