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.
我通过discourse-api-php和 LDAP将我自己的注册和SSO用于我的话语站点。是否有一些选项如何通过 php 禁用、停用或删除用户?因为当我在 LDAP 中删除/停用用户帐户时,话语门户上的用户配置文件仍然处于活动状态,我希望将每个用户管理都放在一个页面上。
根据这篇文章,暂停用户的路线是
/admin/users/:user_id/suspend
控制器在这里- 它接受参数duration和reason.
duration
reason
此函数不在您使用的库中,因此您需要自己添加才能使用它。