Ok, here's my situation. I have roughly over 400 active directory user accounts and would like to employ the password recovery feature in asp.net 2.0. However, the main issue is the only time that the wizards allow the setting of that is when an account is created. Another problem is the active directory browser won't allow the field to be displayed in MMC, kind of a bummer but anyway, is there a way I can do the following and if so, how:
1. If the question and answer is blank, take them to set that when they log in.
2. If they are completely messed up, allow them to contact us to change the question/answer combination for them or to clear it?
3. If they are authenticated, allow them to change email, question, and answer themselves?
4. If they haven't changed their password in x days, force them to change it at log on?
I appreciate any assistance anyone can offer me. Thank you!