mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
Update security-authorization.md
Typo
This commit is contained in:
@@ -306,8 +306,7 @@ For applications that require complex access control with dynamically updated au
|
|||||||
|
|
||||||
As aforementioned, rules add additional constraint to roles and permissions. A rule is a class extending
|
As aforementioned, rules add additional constraint to roles and permissions. A rule is a class extending
|
||||||
from [[yii\rbac\Rule]]. It must implement the [[yii\rbac\Rule::execute()|execute()]] method. In the hierarchy we've
|
from [[yii\rbac\Rule]]. It must implement the [[yii\rbac\Rule::execute()|execute()]] method. In the hierarchy we've
|
||||||
created previously author cannot edit his own post. Let's fix it. First we need a rule to verify that the user is post
|
created previously author cannot edit his own post. Let's fix it. First we need a rule to verify that the user is the post author:
|
||||||
author:
|
|
||||||
|
|
||||||
```php
|
```php
|
||||||
namespace app\rbac;
|
namespace app\rbac;
|
||||||
|
|||||||
Reference in New Issue
Block a user