From 27811f3f8f3f45f246c95b4b3747c869ff64ffdb Mon Sep 17 00:00:00 2001 From: Gabriel Goller Date: Mon, 11 Nov 2024 10:30:17 +0100 Subject: [PATCH] fix #5861: remove min username length in ChangeOwner modal 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 --- www/window/BackupGroupChangeOwner.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/window/BackupGroupChangeOwner.js b/www/window/BackupGroupChangeOwner.js index 025a133a..33b84f30 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, }, ],