communityii / yii2-user

Configurable Yii 2 user management module with social authentication and various controls
https://groups.google.com/d/forum/communityii
Other
50 stars 9 forks source link

Using module in advanced application template #22

Closed vladim1 closed 9 years ago

vladim1 commented 9 years ago

Can this module be used with advanced application template? I want the administrative functions be enabled in backend and registraction, profile etc functions be enabled in frontend. There should be convenient way to do it easy.

kartik-v commented 9 years ago

Yes.

vladim1 commented 9 years ago

If the module can be used in advanced application template by the proper configuration - THAT'S GREAT. It's hard to find all opportunities without full doc. I have seen the request to contribute to markdown in #21. But IMO it's hard to contribute to documentation when the person is not the author of the code. The person doesn't realize all features and intentions.

kartik-v commented 9 years ago

You may read through this webtip to configure different sessions for frontend and backend (read Option 2).

I will be creating a separate app template (based on advanced, app-practical and app-practical-a) that will have this module preinstalled with configurations.

kartik-v commented 9 years ago

Updated in docs.

vladim1 commented 9 years ago

@kartik-v Thanks!!!