Registered user cant log in....how to solve this?

0
admin login was done but registered user can not log in.in the login page when we put user details the page refreshed.do not open the home page .we use mendix studio pro 9.12.0
asked
5 answers
1

Ahhhh this is not about able to log in, but the currentuser (guess anonymous) isnt allowed to create an object. My second guess is in the microflow attached to the button "create my account" or are you using a nanoflow?

In case of microflow: set apply entity access in microflow properties off

In case of nanoflow; convert your nanoflow onto a microflow. Because nanoflow cannot bypass the access rule. Which you definitly want to do.

answered
1

is a user role assigned to the registered user?

answered
0

this error shown.

answered
0

In case of microflow: set apply entity access in microflow properties off => thank you problem solve

account was created but do not login. in the login page when we put username and password and click login button the page was refresh do not open the home page,stay in login page

answered
0

default homepage set myfirstmodule.login and rolebased home page set system_admin and target myfirstmodule.home_web

answered