From: Gabriel Goller <g.goller@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH] fix #4818: Allow usernames shorter than 4 characters
Date: Fri, 19 Jan 2024 10:43:34 +0100 [thread overview]
Message-ID: <20240119094336.30072-1-g.goller@proxmox.com> (raw)
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
next reply other threads:[~2024-01-19 9:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-19 9:43 Gabriel Goller [this message]
2024-01-29 10:01 ` Gabriel Goller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240119094336.30072-1-g.goller@proxmox.com \
--to=g.goller@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.