Skip to content

Commit

Permalink
Deleted double tip [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikbas committed Dec 9, 2014
1 parent 941595f commit 84d416d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/guide/security-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,6 @@ For applications that require complex access control with dynamically updated au
(i.e. admin panel) may need to be developed using APIs offered by `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`.
Make sure these files are writable by the Web server process if the authorization needs to be changed online.
Sometimes you will need to create these files manually.


### Using Rules

As aforementioned, rules add additional constraint to roles and permissions. A rule is a class extending
Expand Down

0 comments on commit 84d416d

Please sign in to comment.