Skip to content

Commit e3f7381

Browse files
author
Igor Chepurnoy
committed
fix initial rbac migration
1 parent be97ee4 commit e3f7381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rbac/migrations/m160722_085418_init.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function safeUp()
4141

4242
// add child
4343
$this->addChild('repairPassword', '/site/request-password-reset');
44+
$this->addChild('repairPassword', '/site/password-reset');
4445
$this->addChild('guest', 'repairPassword');
4546
$this->addChild('adminManage', '/admin/*');
4647
$this->addChild('contactUs', '/site/captcha');

0 commit comments

Comments
 (0)