unable to login to application with dummy cred

0
Hello Experties,   I am new to Mendix , I just went through the training course of "Rapid Developer". I understand lecture and I can be able to do all the stuff while creating the app. But i get stuck at one level where I am supposed to login with dummy credentials in the created application. I tried dummy "administration credentials" which available in medic application security --> administration tab credentials. But no luck it is throwing exception as invalid username and password. can anyone please suggest here to fix this.   Thanks, Amin Shaik.
asked
1 answers
0

Hi You can follow these steps : 

  • Go to Project > Security > Demo Users.

  • Enable Use demo users.

  • You should see users like:

    • MxAdmin

    • Demo_User

  • You can also add your own demo users and assign them user roles.

Default MxAdmin credentials (in local deployment):

  • Username: MxAdmin

  • Password: 1

answered