Forgot password module

0
I am using the forgot password module for the user to be able to reset password. after the user has typed an email address, the pop up message says the link has been sent but don’t get anything from the email inbox. is there something i can do to fix this?
asked
2 answers
0

The message is also shown when a non-existing user/e-mailadress is entered. This to make sure that by abusing the forgot password module no information is exposed about exisiting accounts.


In your case: check if the microflow requires the emailadres or username (I think it should be username), and if the entered value matches the username.

 

With kind regards,

Stephan

answered
0

I just tried adding the breakpoint(see attached) and it does not point there is an error in the microflow

answered