Skip to content

Commit

Permalink
fix initial rbac migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Aug 2, 2016
1 parent be97ee4 commit e3f7381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rbac/migrations/m160722_085418_init.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function safeUp()

// add child
$this->addChild('repairPassword', '/site/request-password-reset');
$this->addChild('repairPassword', '/site/password-reset');
$this->addChild('guest', 'repairPassword');
$this->addChild('adminManage', '/admin/*');
$this->addChild('contactUs', '/site/captcha');
Expand Down

0 comments on commit e3f7381

Please sign in to comment.