Page 1 of 1

Differentiate User & Registration table

Posted: Wed Sep 06, 2017 5:55 pm
by cheemingyong

hi i got a question.

if i wish to use different tables for user registration and login authentication, what should i do ?

my business case is actually register customers who cannot login to the system
users are registered using the administrator user group instead.

users are workers for the company and customers are serviced by the users.

the default setup in asp.net maker assumes that the user registered and login is the same user group
and belong to the same table

but for my case it is not. mine is more like a shopping cart where customers are registered and
there are a grouo of operators fulfilling the orders.


Re: Differentiate User & Registration table

Posted: Thu Sep 07, 2017 11:07 am
by Webmaster

The register page assumes the user table. If you want to add users to another table without login, simply enable anonymous access to that table's add page, then add a custom menu item (with menu text say "customer registration") to that add page.