setup: Use 'icingaweb2' as default authentication backend name
This commit is contained in:
parent
f0fe6246ac
commit
ff17c3729c
|
@ -112,7 +112,7 @@ class AuthBackendPage extends Form
|
|||
}
|
||||
|
||||
$this->addElements($backendForm->getElements());
|
||||
$this->getElement('name')->setValue('icingaweb');
|
||||
$this->getElement('name')->setValue('icingaweb2');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue