yii2-debug icon indicating copy to clipboard operation
yii2-debug copied to clipboard

Make authManger() in UserPanel configurable.

Open jafaripur opened this issue 3 years ago • 2 comments

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

jafaripur avatar Aug 11 '21 07:08 jafaripur

@jafaripur would you please add a line for CHANGELOG?

samdark avatar Aug 11 '21 08:08 samdark

how about this, can be change to:

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

Yes, I think this is good idea.

bizley avatar Aug 11 '21 08:08 bizley

Thank you!

samdark avatar Feb 27 '24 07:02 samdark