Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个页面,其中所有用户帐户都显示在网格视图中。我是管理员,我想更改或重置特定用户的密码。如何做到这一点?密码格式为 salt 并使用表单身份验证。
用新密码更改数据库中的可用密码并将新密码发送给用户。要求用户登录后更改密码。