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

Identify administrators easily #89

Closed
kuquay opened this issue Mar 18, 2022 · 4 comments
Closed

Identify administrators easily #89

kuquay opened this issue Mar 18, 2022 · 4 comments

Comments

@kuquay
Copy link

kuquay commented Mar 18, 2022

Issue
Right now admins look all the same as any other user. Any user can nick themselves as the preferred username of an admin, such as ishan.
It should be imperative that administrators can be distinguished easily from normal users. The only method right now is to go to the repository and check admins.json, but that will not work if this software is deployed elsewhere, on top of being clumsy and annoying.

There are three suggested solutions to this problem:

  1. Introduce an admins or operators command, which lists the IDs of all admins (any user's ID is public), not unlike lsbans. This is easy to implement although tedious to sort through, especially if there are a lot of admins.
  2. List admins seperately when running users, allowing a member to quickly check if any given user is an administrator.
  3. Give admins a special badge next to their name. This solution may not be desired due to design goals, however.
@Arkaeriit
Copy link
Contributor

I think the third proposition would be a tad annoying but the two first one are great. I will make a PR to implement them.

@Arkaeriit Arkaeriit mentioned this issue Mar 18, 2022
@quackduck
Copy link
Owner

I really like idea 2

@Arkaeriit
Copy link
Contributor

I made the PR #90 for this.

@Arkaeriit
Copy link
Contributor

Ishan merged the PR so we can close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants