Reset Password demo

It would be awesome if you guys could provide a demo with the reset password working, I would love to see a working example so I can build this into my application. Or could someone point me to a more detailed documentation source. Thanks :slight_smile:

Hi @Dominic_Lallemant,

Reset password is related to default security with email confirmation:

When enabled the login screen will have Forgot password link:

and runtime when you enter your email address in user name you will receive email with new password:

The code is in server\Controllers\AuthController.cs:

You can customize it using application ignore list:

1 Like