[pmg-devel] [PATCH pmg-gui] UserEdit: change password minimum length to 8

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Feb 26 13:20:00 CET 2025


This only impacts new passwords.

See
https://git.proxmox.com/?p=pve-manager.git;a=commit;h=421f03779a3cf04fc15c3efdb6ae99197a858e7d.

Signed-off-by: Maximiliano Sandoval <m.sandoval 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