Why User Account not available? And How to send a link to redirect user from his email to the system?

0
I used Administration.Account_Overview to add a local user, then I test signIn button in ForgotPassword.LoginPage and it is working, but when I go to forgotPassword button and enter the same username, it show me this message. I did not get how to solve it. help!
asked
1 answers
0

Hi Nada Juma Albahri,

in the first submicroflow,  mendix check if the account exists or not by passing the Email string parameter.

 

As Eline said, debug the flow and check why the account is present.

 

Check the User roles for Anonymous User if they have the access to retrieve the Account

 

answered