Login fails while using the right credentials

0
Hi, Our application gives the user an error message when he/she wants to login with the right credentials. When the user doesn’t change the credentials but click on the login button again, they are logged in. The error message in the log is: “User attempted to execute the microflow with action name 'ACT_Login', but does not have the required permissions.” Which is strange because required role is anonymous. Does anyone why the user gets the warning the first time? And how we could prevent this?
asked
1 answers
1

Hi Rosa,

  Is it possible that the ACT_Login microflow is executed AFTER the credential validation is done, and therefore the user attempting to execute it is no longer anonymous? Try allowing the ‘User’ role, or whatever role the user gets when they log in, permissions to execute ACT_Login.

 

answered