Obtaining Username/Password for Login Page

0
Hello, I am recreating an onboarding app for a company. I am using Mendix Studio. My plan is to give the employees access to the app so that they can give me feedback on the app via a survey. However, I am confused on how the login page works. In order for them to get into the app, do they need to make a Mendix account? Or do I set up a username/password for each role, if so, where do I do that? Thank you!  
asked
2 answers
0

Download the administration module: https://appstore.home.mendix.com/link/app/23513/Mendix/Administration-module

into your project. Inside are all the pages to create accounts and add roles to account by an admin.

Regards,

Ronald

 

answered
0

Hi Megan,

Actually no. Mendix systems already have a authentication. You can search for administration module, and use it to create or update the users. To test this, add in your navigation a page of Administration Module (App Store Modules > Administration > User Management > Admin > Account_Overview). This page allows you to see how create and update a user.

You can create your own user administrator too, and can even create a self sign in (but is way mor complex, and you have to pay attention to your total users number).

Alternatively, you can use Single Sign On too manage the accounts in your company, if you have SSO.

answered