密码查询...更改密码忘记密码的登录表单代码是什么 [英] Password queries...What is the code of login form of change password forget password..

查看:115
本文介绍了密码查询...更改密码忘记密码的登录表单代码是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更改密码登录表单的代码是什么忘记密码..

解决方案

我们不能完全根据您提供的信息量说出来我们:即没有关于您的登录系统。



但正常模式是丢失或忘记密码表单将密码重置为随机值,并发送用户注册的电子邮件的新值。高级版本将密码重置页面的链接发送到电子邮件地址,这样原始版本不受影响,除非原始用户确认忘记了密码。重置页面链接包含必须用于确认身份的随机代码。然后将密码设置为随机值,随机值通过电子邮件发送给用户。



重要的是不要泄露旧密码(你不应该这样做)能够这样做,因为你不应该在任何时候将它存储在文本中)但是要确认提出请求的用户是拥有该帐户的实际用户 - 因此是电子邮件。


检查此链接..它有解决方案更改ASP.NET中的密码 [ ^ ]



C#使用ado.net和sql server改变使用asp.net的密码? [ ^ ]

What is the code of login form of change password forget password..

解决方案

We can''t say exactly based on the amount of info you have given us: i.e. nothing about your login system.

But the normal pattern is that the "lost or forgotten password" form resets a password to a random value, and sends the new value to the email at which the user registered. Advanced versions send a link to a password reset page to the email address so that the original is not affected unless the original user confirms he forgot his password. The reset page link contains a random code which must be used to confirm the identity. The password is then set to a random value and the random value emailed to the user.

The essence is to not reveal the "old" password (which you shouldn''t be able to do since you shouldn''t store it in text at any time) but to get confirmation that the user making the request is the actual user who owns the account - hence the email(s).


Check this link.. It has the solution Change a Password in ASP.NET[^]

C# change password code with asp.net using ado.net and sql server?[^]


这篇关于密码查询...更改密码忘记密码的登录表单代码是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆