Differentiate User & Registration table

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

Differentiate User & Registration table

Post 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.


Webmaster
User
Posts: 9425

Post 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.


Post Reply