]> git.proxmox.com Git - proxmox-backup.git/commitdiff
close #4819: ui: allow usernames shorter than 4 characters
authorGabriel Goller <g.goller@proxmox.com>
Wed, 17 Jan 2024 14:29:08 +0000 (15:29 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Jan 2024 15:37:07 +0000 (16:37 +0100)
This already works in pve and is also possible in pbs when using the
`proxmox-backup-manager user create` command.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
www/window/UserEdit.js

index 63a6f7f89cb16276d7d8ebe593bfe040a73452e6..9a48b32fcaa1fc373d528809b65807c671de5799 100644 (file)
@@ -66,7 +66,6 @@ Ext.define('PBS.window.UserEdit', {
                fieldLabel: gettext('User name'),
                renderer: Ext.htmlEncode,
                allowBlank: false,
-               minLength: 4,
                cbind: {
                    editable: '{isCreate}',
                },