Setting the LoginContext entity for guest login (Mendix Pro 10.14)

0
hello,    I am trying to create a custom login page for anonymous users (i.e., guest users). To address the following errors on the login page,   "CE 2729 No access to entity „atlas_web_contentLoginContext“ for user role (with role „userrole “ in module „atlas_web_content“)"   I believe configuring the security settings for the LoginContext entity is necessary. Could you review my settings?   According to data security requirements, do I need to give the guest role access rights to create objects? They only need to enter a username and password on the login page and do not have the right to register themselves.   Thank you for your help!     
asked
1 answers
0

Since it is a marketplace module, I do not recommend making any changes to the module, because it will be reverted when you update the module.

 

Maybe this is what you're looking for: https://www.mendix.com/blog/enabling-security-and-adding-a-login-page/

answered