Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

除了直接改数据库,有删除用户的地方么? #3383

Closed
dmanbu opened this issue Nov 17, 2020 · 8 comments
Closed

除了直接改数据库,有删除用户的地方么? #3383

dmanbu opened this issue Nov 17, 2020 · 8 comments
Labels
area/mysql kind/question Categorizes issue when someone want to know answer of a question status/fixed issue fixed already

Comments

@dmanbu
Copy link

dmanbu commented Nov 17, 2020

如题

@nisiyong
Copy link
Member

如果对用户管理有要求对话,建议内部使用LDAP或SSO方案。Apollo有对接文档

@dmanbu dmanbu closed this as completed Nov 17, 2020
@Anilople Anilople added kind/question Categorizes issue when someone want to know answer of a question status/fixed issue fixed already area/mysql labels Dec 23, 2020
@nobodyiam
Copy link
Member

可行的 workaround 方式有:

  1. 在数据库中更新该 User 记录的 Enabled 值为 0
  2. 在页面上修改该用户的密码

@suwenmin
Copy link

如果配置LDAP认证后,管理员账号和密码是哪个?

@nisiyong
Copy link
Member

如果配置LDAP认证后,管理员账号和密码是哪个?

You could set some people as administrators from here. 3.1.4 superAdmin

@dmanbu
Copy link
Author

dmanbu commented Mar 23, 2022

  • 中更新该 User 记录的 Enabled 值为 0
  • 在页面上修改该用户的密码

你需要改 portal 的数据库,把管理员账号改成 LDAP 中的同名账号

@zihan524
Copy link

建议新增删除用户的功能吧。禁用,改密码等,让强迫症用户受不了啊。

@nobodyiam
Copy link
Member

用户管理页面已经支持直接禁用用户

image

@zihan524
Copy link

@nobodyiam 不好意思,是想说的删除用户,不是禁用,禁用这个功能知道呢。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mysql kind/question Categorizes issue when someone want to know answer of a question status/fixed issue fixed already
Projects
None yet
Development

No branches or pull requests

7 participants
@nobodyiam @nisiyong @dmanbu @Anilople @suwenmin @zihan524 and others