Authentication for my App

0
how do i add a username and password for anonymous users and how do i use their login credentials for the security of  the app i made using mendix studio pro 9.3.0?
asked
2 answers
1

Hi Adil,

You need to create a User Role “Anonymous” or whatever you like “Guest”

from  the “Security” in the Project Explorer

 

Next you need to go to the “Anonymous Users” tab and select under “Anonymous User Role” the role you created in the previous step

 

You also attach the following page as the Navigation Item from your menu, so that you can manage the users and passwords for managing the other users. 

 

 

Anonymous User role would be used to decide what kind of access will the anonymous users have to your appplication. Once a User selects “Anonymous”, they wont require any password,

answered
0

Thank you for the answer it resolved my issue.

answered