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

Display the authorization module on the main page?

Open Development-IT opened this issue 6 years ago • 3 comments

It turns out only to bring the base module, creating the appropriate controllers and models that work only as the base module. Is there any command or division to the documentation on this?

Development-IT avatar Oct 03 '18 08:10 Development-IT

hmm not exactly sure what you're asking ... can you explain a bit more?

amnah avatar Oct 03 '18 11:10 amnah

I want the user to enter the main page, get on the Authorization form, for the next access to the special part Is it possible to implement this with the help of your component?

Development-IT avatar Oct 03 '18 11:10 Development-IT

You mean you want the user to have to log in to go to the main page (homepage)?

If so then you just need to add authorization to your controller

https://www.yiiframework.com/doc/guide/2.0/en/security-authorization

amnah avatar Oct 06 '18 01:10 amnah