remote.cfg: rename userid to 'auth-id'

and fixup config file on upgrades accordingly

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2020-11-05 12:12:25 +01:00
committed by Thomas Lamprecht
parent b57619ea29
commit 10052ea644
7 changed files with 25 additions and 17 deletions

View File

@ -5,8 +5,6 @@ Ext.define('PBS.window.RemoteEdit', {
onlineHelp: 'backup_remote',
userid: undefined,
isAdd: true,
subject: gettext('Remote'),
@ -93,8 +91,8 @@ Ext.define('PBS.window.RemoteEdit', {
{
xtype: 'proxmoxtextfield',
allowBlank: false,
name: 'userid',
fieldLabel: gettext('Userid'),
name: 'auth-id',
fieldLabel: gettext('Auth ID'),
},
{
xtype: 'textfield',