[pbs-devel] [PATCH proxmox-backup] close #4819: ui: allow usernames shorter than 4 characters

Gabriel Goller g.goller at proxmox.com
Wed Jan 17 15:29:08 CET 2024


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





More information about the pbs-devel mailing list