开发者

Lack of consistency with passwordRecovery control!

开发者 https://www.devze.com 2023-03-08 00:58 出处:网络
I have 3 controls:Login, CreateUserWizard (which works fine) and PasswordRecovery Control. I registered in CreateUserWizard control. Logged in and everything was fine!, but then when i used the passw

I have 3 controls:Login, CreateUserWizard (which works fine) and PasswordRecovery Control.

I registered in CreateUserWizard control. Logged in and everything was fine!, but then when i used the passwordRecovery control, it gave me both of these: Login name:NewOrder Password:v9+.?&lxmnh2

That wasnt my password at all, when i try to login again with that password开发者_Go百科 or with my old password, i cant login. When i try to register in the CreateUserWizard control, it tells me that i am already a member, and i need to choose a different name!!

Why is this happening, how can i login or get a new password?

lol, i am not even in the aspnet_Users field in aspmeddb..


Check to see if you are encrypting the passwords when creating a user on the website. If the passwords are encrypted before going into the database then the PasswordRecovery control will only send out a new password for you to use.

0

精彩评论

暂无评论...
验证码 换一张
取 消