yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
201 stars 149 forks source link

Make authManger() in UserPanel configurable. #459

Closed jafaripur closed 6 months ago

jafaripur commented 3 years ago

make authManager configurable for user panel when application use another components id instread default authManager.

Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC?
Tests pass? ✔️
Fixed issues comma-separated list of tickets # fixed by the PR, if any
samdark commented 3 years ago

@jafaripur would you please add a line for CHANGELOG?

bizley commented 3 years ago

how about this, can be change to:

$authManger = Yii::$app->get($this->module->authManager, false);

Yes, I think this is good idea.

samdark commented 6 months ago

Thank you!