setup: Use 'icingaweb2' as default authentication backend name

This commit is contained in:
Eric Lippmann 2014-12-29 16:06:34 +01:00
parent f0fe6246ac
commit ff17c3729c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class AuthBackendPage extends Form
}
$this->addElements($backendForm->getElements());
$this->getElement('name')->setValue('icingaweb');
$this->getElement('name')->setValue('icingaweb2');
}
/**