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…
Reference in New Issue