Good afternoon everyone!
I am looking for the best way to have an email sent to the user in order to change the password, in case they forgot the current one. Came across some ideas on Forge and tutorials on Youtube, however those are giving me domain related errors... Any other more effective way?
Hi @Helga Afonso,
you can refer this below discussion. Hope it helps.
https://www.outsystems.com/forums/discussion/71646/forget-password-in-reactive-web/
Thanks,
Sriyamini J
Hi Helga,
Have you checked the official documentation?
The flow starts here, where you can create logic to register a user. I think you can skip this step and implement the part where the user receives an email to set their password.
At the end of every page, you can see a link for the next step of this flow.
Does this also apply to O11?
Yes, I believe this also applies to O11. It may require some changes, but the core functionality remains the same.
You can refer to this discussion for resetting password functionality.
Forget password functionality
Hope this helps
Thanks