luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

Frontend user and yii debug #1854

Closed nadar closed 3 years ago

nadar commented 6 years ago

When a frontend user component is registered and a user is logged in AND the yii2 debug panel is enabled, then the admin user is logged out on every admin click.

this is due to an introduction in user debug panel: https://github.com/yiisoft/yii2-debug/pull/282

nadar commented 5 years ago

The only (and sad) solution i can see for this now is: fork the yii debug panel and publish under luya-debug without the user panel 😞

nadar commented 3 years ago

Currently, it seems this has been fixed with https://github.com/luyadev/luya-module-admin/pull/591. Needs to be validated.

nadar commented 3 years ago

Seems to be fixed with LUYA ADMIN 3.8 version