[pmg-devel] [PATCH pmg-gui 1/1] user: create: set password minLength to 8

Stoiko Ivanov s.ivanov at proxmox.com
Wed Feb 26 13:30:04 CET 2025


Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 js/UserEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/UserEdit.js b/js/UserEdit.js
index bd94686..8c67312 100644
--- a/js/UserEdit.js
+++ b/js/UserEdit.js
@@ -47,7 +47,7 @@ Ext.define('PMG.UserEdit', {
 		xtype: 'textfield',
 		inputType: 'password',
 		fieldLabel: gettext('Password'),
-		minLength: 5,
+		minLength: 8,
 		allowBlank: false,
 		name: 'password',
 		listeners: {
-- 
2.39.5





More information about the pmg-devel mailing list