public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH] fix #4818: Allow usernames shorter than 4 characters
@ 2024-01-19  9:43 Gabriel Goller
  2024-01-29 10:01 ` Gabriel Goller
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2024-01-19  9:43 UTC (permalink / raw)
  To: pmg-devel

Align behavior with pve/pbs and allow usernames shorter
than 4 characters.

Signed-off-by: Gabriel Goller <g.goller@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.43.0





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

* Re: [pmg-devel] [PATCH] fix #4818: Allow usernames shorter than 4 characters
  2024-01-19  9:43 [pmg-devel] [PATCH] fix #4818: Allow usernames shorter than 4 characters Gabriel Goller
@ 2024-01-29 10:01 ` Gabriel Goller
  0 siblings, 0 replies; 2+ messages in thread
From: Gabriel Goller @ 2024-01-29 10:01 UTC (permalink / raw)
  To: Gabriel Goller, pmg-devel

Found an older patch which already fixed this some time ago:
https://lists.proxmox.com/pipermail/pmg-devel/2023-September/002521.html




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

end of thread, other threads:[~2024-01-29 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19  9:43 [pmg-devel] [PATCH] fix #4818: Allow usernames shorter than 4 characters Gabriel Goller
2024-01-29 10:01 ` Gabriel Goller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal