Is there anyway to solve password management for Active Directory. I mean like a user forgot password and needs to reset it? Is using an Active Directory Administrator account to reset the password the only way?
Which is probably the most suitable method for VB.NET programming?
<Method 1>
Login.aspx->RetrievePassword.aspx->specify username->User answer secret question(secret question and answer store and retrieve from SQL server)-> if correct -> set directory login with hardcoded administrator account -> use set password invoke
<Method 2>
Login.aspx->retrievepassword.aspx-> key in username or email-> generate random new password, email to user's email,set user to change password at next logon
Kind of lost...thanks for any suggestion... have done all Create,Update,Delete operations for users, juz don't really know how to go about handling lost/forgotten password management