System Information
- Strapi Version: 3.6.8
- Operating System:
- Database: MongoDB
- Node Version: 12.16.1
- NPM Version:
- Yarn Version:
Hi, I would like to know what is the best way to switch (or add) of Users between the two plugins : Users And Permissions and Admin Panel.
I have actually two types of Users :
Normal Users depending of User And Permissions plugin with an Authenticated Role who can not Use the admin panel but only my public website.
And Admin Users (authors role) depending of Admin Panel plugin who can use the admin panel .
I would like to know the best way to do if I want to give the same Roles to my two types of Users.
I want User Admin can Use my public website and my Normal Users can Use the admin panel.
I could just duplicate my users datas in each tables but I’m not sure it would be the right way ?
Someone know what is the best way to do that ?
Tanks