mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-29 20:11:48 +00: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',
|
name: 'new-owner',
|
||||||
value: me.owner,
|
value: me.owner,
|
||||||
fieldLabel: gettext('New Owner'),
|
fieldLabel: gettext('New Owner'),
|
||||||
minLength: 8,
|
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user