[pbs-devel] [PATCH proxmox-backup] fix #5861: remove min username length in ChangeOwner modal

Gabriel Goller g.goller at proxmox.com
Mon Nov 11 10:30:17 CET 2024


We allow usernames shorter than 4 characters since this patch [0] in
pbs.

[0]: https://lore.proxmox.com/pbs-devel/20240117142918.264978-1-g.goller@proxmox.com/

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

diff --git a/www/window/BackupGroupChangeOwner.js b/www/window/BackupGroupChangeOwner.js
index 025a133aba78..33b84f3019ff 100644
--- a/www/window/BackupGroupChangeOwner.js
+++ b/www/window/BackupGroupChangeOwner.js
@@ -41,7 +41,6 @@ Ext.define('PBS.BackupGroupChangeOwner', {
 			name: 'new-owner',
 			value: me.owner,
 			fieldLabel: gettext('New Owner'),
-			minLength: 8,
 			allowBlank: false,
 		    },
 		],
-- 
2.39.5





More information about the pbs-devel mailing list