Security, Roles & Login Issues

1
I have been building the BounceTravel app. I have defined security roles and built the login page. I have 2 problems: (1) when the app opens, I get this error message, "Executing action failed for security reasons: TravelAgencyx.GetCurrentAccount" (2) after clicking through the error, I enter the Admin user name and pswd and the system reports the user name and pswds are wrong.
asked
1 answers
0

(1) The user has a role which doesn't have the rights to execute TravelAgencyx.GetCurrentAccount.

First check what module roles are checked for the Microflow TravelAgencyx.GetCurrentAccount. Then check if one of those roles is checked for the user roles associated to your user (Project -> Security -> User roles tab -> Edit button.

(2) If you are deploying in a sandbox, you should login with your Mendix account. If not, can you provide more information about your setup? Do you mean MxAdmin when you mention admin account, for example?

answered