Custom Log In Page which can be used by multiple users

0
Hi everyone! I need help with the following prompt: Develop a customer registration function that allows a new customer to register on the website (username and password) and then save it in a database so they can log in later with their new login information.  I’ve had no issue creating a login page but how do I build a database in order for the multiple user to be able to use it? Thank you!
asked
1 answers
0

You’d need to look at using XPath constraints to restrict data to the user it is meant for.

This page is a good starting point… https://docs.mendix.com/howto/logic-business-rules/define-access-rules-using-xpath/

Good luck!

answered