Cannot sign in using custom sign in page

0
Hi Experts, I have created a custom sign in page but cannot sign in. Actually I have created a sign up option from where user creates account. After account creation user with the created credentials is not able to sign in. Please help me in this scenario
asked
1 answers
2

Do you assign an Userrole to the new created user?

If not, then that's blocking sign in.

You can assign a userrole as follows:

  1. Retrieve the required role and set the reference when creating the account

  1. Retrieve action, XPath constraint. for each role a system variable is create which can be used
    https://docs.mendix.com/refguide/xpath-keywords-and-system-variables/#32-user-roles


     
  2. Set the association between account and userrole


     
  3. Done

 

answered