If your membership provider is configured to encrypt passwords or store passwords in clear text (which is not recommended), then the user's current password is sent.
如果成员资格提供程序经过配置,可以对密码进行加密或以明文形式(不建议使用)存储密码,将会发送该用户的当前密码。
A better alternative is to store encrypted or hashed passwords in the database.
更好的替代方法是在数据库中存储加密密码或哈希密码。
It is not necessary to store the original passwords to be able to compare them with user-provided passwords.
我们没有必要存储原始密码,以使得能够将它们与用户提供的密码进行比较。
应用推荐