all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-gui] UserEdit: change password minimum length to 8
@ 2025-02-26 12:20 Maximiliano Sandoval
  2025-02-26 12:45 ` [pmg-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-02-26 12:20 UTC (permalink / raw)
  To: pmg-devel

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@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



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-26 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-26 12:20 [pmg-devel] [PATCH pmg-gui] UserEdit: change password minimum length to 8 Maximiliano Sandoval
2025-02-26 12:45 ` [pmg-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal