与密码恢复控制缺乏一致性!
我有 3 个控件:登录、CreateUserWizard(工作正常)和密码恢复控件。
我在CreateUserWizard控件中注册。登录后一切都很好!但是当我使用passwordRecovery控件时,它给了我这两个: 登录名:新订单 密码:v9+.?&lxmnh2
这根本不是我的密码,当我尝试使用该密码或旧密码再次登录时,我无法登录。当我尝试在 CreateUserWizard 控件中注册时,它告诉我我已经是会员,我需要选择一个不同的名称!
为什么会发生这种情况,我该如何登录或获取新密码?
哈哈,我什至不在 aspmeddb 的 aspnet_Users 字段中。
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 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..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您在网站上创建用户时是否对密码进行了加密。如果密码在进入数据库之前已加密,则PasswordRecovery 控件将仅发送一个新密码供您使用。
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.