mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-02-26 21:57:33 +03:00
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 <g.goller@proxmox.com>
This commit is contained in:
parent
6391a45b43
commit
27811f3f8f
@ -41,7 +41,6 @@ Ext.define('PBS.BackupGroupChangeOwner', {
|
||||
name: 'new-owner',
|
||||
value: me.owner,
|
||||
fieldLabel: gettext('New Owner'),
|
||||
minLength: 8,
|
||||
allowBlank: false,
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user