public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] close #4819: ui: allow usernames shorter than 4 characters
@ 2024-01-17 14:29 Gabriel Goller
  2024-01-18 15:37 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2024-01-17 14:29 UTC (permalink / raw)
  To: pbs-devel

This already works in pve and is also possible in pbs when using the
`proxmox-backup-manager user create` command.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 www/window/UserEdit.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/window/UserEdit.js b/www/window/UserEdit.js
index 63a6f7f8..9a48b32f 100644
--- a/www/window/UserEdit.js
+++ b/www/window/UserEdit.js
@@ -66,7 +66,6 @@ Ext.define('PBS.window.UserEdit', {
 		fieldLabel: gettext('User name'),
 		renderer: Ext.htmlEncode,
 		allowBlank: false,
-		minLength: 4,
 		cbind: {
 		    editable: '{isCreate}',
 		},
-- 
2.43.0





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

end of thread, other threads:[~2024-01-18 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 14:29 [pbs-devel] [PATCH proxmox-backup] close #4819: ui: allow usernames shorter than 4 characters Gabriel Goller
2024-01-18 15:37 ` [pbs-devel] applied: " Thomas Lamprecht

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