skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
542 stars 188 forks source link

"Forgot password" form fields. #206

Open gtjsantos opened 4 months ago

gtjsantos commented 4 months ago

Hello, there is a behavior with the "Forgot password" functionality that I don't know if it is possible to change. When you press "Forgot password" you get a form to select Email or Username. Let's put ourselves in the case where the user selects "Username".

When the user receives the email with the link to change your password, a new form opens with the Email, Password and Confirm Password fields.

¿It would be possible for the Username field to appear instead of the Email field?