Commit 87b10f2c by Alexander Makarov

Fixes #6564: removed mentioning of creating files manually in case of using PhpManager

parent 03a9ed70
...@@ -202,9 +202,8 @@ return [ ...@@ -202,9 +202,8 @@ return [
The `authManager` can now be accessed via `\Yii::$app->authManager`. The `authManager` can now be accessed via `\Yii::$app->authManager`.
> Tip: By default, [[yii\rbac\PhpManager]] stores RBAC data in three files: `@app/rbac/items.php`, `@app/rbac/assignments.php` and `@app/rbac/rules.php`. > Tip: By default, [[yii\rbac\PhpManager]] stores RBAC data in files under `@app/rbac/` directory. Make sure directory
Make sure these files are writable by the Web server process if the authorization needs to be changed online. and all the files in it are writable by the Web server process if permissions hierarchy needs to be changed online.
Sometimes you will need to create these files manually.
### Building Authorization Data ### Building Authorization Data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment