I have built a simple ASP.Net login/register site using VS2017.
It is intranet so it does NOT link to email server to auto send email on password reset when user reset password.
Right now they register and I can see their application on the database and approve it at back end by updating the db manually. It is working okay.
The remaining need is on user forget password. How can I do the manual reset password for them as site owner ? Is there an admin page for site owner to do that ?
How to obtain a new password for him so I can send new password to him by email manually ? (He can then assign his new password on management page).
Thanks