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->createAccount();
|
||||||
}
|
}
|
||||||
|
|
||||||
$success &= $this->defineInitialAdmin();
|
$success &= $this->createRolesIni();
|
||||||
return $success;
|
return $success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ class AuthenticationStep extends Step
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function defineInitialAdmin()
|
protected function createRolesIni()
|
||||||
{
|
{
|
||||||
$config = array();
|
$config = array();
|
||||||
$config['admins'] = array(
|
$config['admins'] = array(
|
||||||
|
|
Loading…
Reference in New Issue