I'm using the membership and role provider in an ASP.NET 2 application. My client does not want users to recover their own passwords. I have set up an administration page that will enable application administrators to add/remove users and assign roles. I want to add capability to reset another users password. I tried to use the change password control, but it requires the old password. I'm new at this, so maybe there is a simple answer.
Thanks
Thanks