asp.net - send hashed password to user after registering the user -
I modified the user control with my custom fields. This control is not a password field. I am generating a password randomly with the As far as I know it is not possible to get the password from the password received with the password . If you need to send plain text through e-mail, you have to track it separately. Depending on how your code is written, it is a straightforward string variable, and you need to ensure that there are no password values received in the e-mail and from the database. . membership. GeneratingPassowrd () method I am sending an email to the user after registering using the
membership.Getuser (user name). GetPassword () method When I put the
PassowrdFormat = Clear on the Web, OK, I want to change the Config file now in
passwordFormat = Hashed . But if I format the password as
hased then I can not retrieve the password. At the bottom line I want to send a password to the user who hash has been done. What is a workaround for this one I am searching for in Google, but no suitable answer was found. If someone gives your help hand, then it would be great if I followed them, but did not give any solution.
Comments
Post a Comment