I want two tables for users in my project:
1. for admins
2. for webusers
Is there any way to accomplish this while using the rights module? It seems like rights stores user id's in the table for assigning a role to a user. It can lead to a duplication of id's in the rigths related tables ect.
Any ideas?
Page 1 of 1
Two Tables With Users(Admins Webusers) Rights. Is It Possible?
#2
Posted 11 November 2012 - 04:30 PM
Hi,
one User table is enough
Rights extension is a backend module for managing Role Based Access Controll (RBAC) where you can define a "webuser" and a "adminuser" roles. Users are assigned to roles through the AuthAssignment table (and Rights extension do that quiet well).
But maybe you "have to" deal with two different user tables ?
one User table is enough
Rights extension is a backend module for managing Role Based Access Controll (RBAC) where you can define a "webuser" and a "adminuser" roles. Users are assigned to roles through the AuthAssignment table (and Rights extension do that quiet well).
But maybe you "have to" deal with two different user tables ?
Hey Ho !
Let's go !
Let's go !
Share this topic:
Page 1 of 1

Help













