[pbs-devel] applied: [PATCH proxmox-backup] fix #5861: remove min username length in ChangeOwner modal
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Nov 11 11:08:35 CET 2024
thanks!
On November 11, 2024 10:30 am, Gabriel Goller wrote:
> 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
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
>
>
More information about the pbs-devel
mailing list