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.
如何使用 ASP.NET 配置工具更改我的用户密码?我不能,我猜是因为我需要对 web.config 做点什么?
ASP.NET 配置工具不支持更改密码。您需要在您的应用程序中实现这一点。
我不确定你能不能。配置工具看起来不像是设置为以这种方式使用的。
写下用户的信息,删除他/她,然后重新创建个人资料是否可以接受?或者你会丢失数据吗?
您只能提供重置密码的选项。你为什么不这样做?那更好。