Ektron 用户更改密码吗?
我有一个安装了 Ektron 的 Ektron 客户端。 他们希望添加将密码更改为他们想要的内容的功能。 我需要关心 ektron 部分还是直接进行编辑?
有没有简单的方法可以做到这一点? 任何信息链接将不胜感激。
I have a Ektron client with Ektron installed. They would like to add the functionality to change a password to something they want. Do I need to be concerned with the ektron part or just go ahead and make my edit?
Is there an easy way to do that? Any links to information would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您谈论的是 Ektron CMS400 会员用户,您可以使用 Web 服务方法:
User.ResetMembershipUserPassword
如果您尝试为普通 CMS400 用户设置它,那么您就不走运了。 管理员需要重置其密码(如果他们忘记了),用户需要重新登录到工作区并在那里更改密码。
更新
该方法将密码重置为随机值。 要将密码设置为所需的值,您必须使用:
Ektron.Cms.BusinessApi.dll
If you're talking about Ektron CMS400 Membership Users, you can use the Web Service Method:
User.ResetMembershipUserPassword
If you're trying to set it for regular CMS400 users, you're out of luck. The administrator will need to reset their password (if they've forgotten it) and the user will need to log back in to the workarea and change their password there.
UPDATE
That method resets the password to a random value. To set the password to a desired value, you'll have to use:
Ektron.Cms.BusinessApi.dll