与密码恢复控制缺乏一致性!

发布于 2024-11-09 09:18:38 字数 330 浏览 0 评论 0原文

我有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

み格子的夏天 2024-11-16 09:18:38

检查您在网站上创建用户时是否对密码进行了加密。如果密码在进入数据库之前已加密,则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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文