G
Guest
We are using Visual Web Developer 2005 Express and the ASP.NET administration
tool to create users. After we implemented <asp
asswordrecovery ... /> new
passwords are emailed to the user instead of the original one. I guess if we
save them in clear text instead of hashed, we can be emailed the original
password. Question: How to have the ASP.NET administration tool and the
asp:createUserWizard control to use only clear text passwords so we can get
them emailed to the user?
tool to create users. After we implemented <asp
passwords are emailed to the user instead of the original one. I guess if we
save them in clear text instead of hashed, we can be emailed the original
password. Question: How to have the ASP.NET administration tool and the
asp:createUserWizard control to use only clear text passwords so we can get
them emailed to the user?