mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
AuthenticationStep: We're creating the roles.ini, ultimately
This commit is contained in:
parent
9858d79aaa
commit
ff5142896b
@ -32,7 +32,7 @@ class AuthenticationStep extends Step
|
||||
$success &= $this->createAccount();
|
||||
}
|
||||
|
||||
$success &= $this->defineInitialAdmin();
|
||||
$success &= $this->createRolesIni();
|
||||
return $success;
|
||||
}
|
||||
|
||||
@ -60,7 +60,7 @@ class AuthenticationStep extends Step
|
||||
return true;
|
||||
}
|
||||
|
||||
protected function defineInitialAdmin()
|
||||
protected function createRolesIni()
|
||||
{
|
||||
$config = array();
|
||||
$config['admins'] = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user