My website has two types of user: Administrators and customers. I wanted that one person had the possibility of signing in as Adm and Customer with the same e-mail, and the diference would be the type o user. But when i use the workflow “sign the user up”, it doesn’t considers the type of user, so denies the signing up request. does anyone knows how can i overcome that problem?
You can have a Option set for type and in user, a field that will contain the user role(s) (as a list).
You can have two different login page. If user go in admin login, they are redirected to admin DB while if they login as user, they are redirected to user. You can also have a “toggle” for the user to go from admin to user account.
Finally, you can have a field to know as which type the user is currently logged in (admin OR user).
1 Like
I’ll try that, thanks for helping
1 Like