Hello. I implement Django’s built in reset password functionality inside my project. A user enters their email and sent a login link back into an account. I want users to have the choice to also enter their username, so the email is sent to the email of the username entered.
How can I customise Django’s reset password system in order to accomplish this? Thanks.