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

API: include user activation and sign-in status #15571

Closed
1 of 6 tasks
yoyoyonas opened this issue Apr 21, 2021 · 0 comments · Fixed by #15689
Closed
1 of 6 tasks

API: include user activation and sign-in status #15571

yoyoyonas opened this issue Apr 21, 2021 · 0 comments · Fixed by #15689
Labels
modifies/api This PR adds API routes or modifies them type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@yoyoyonas
Copy link

  • Gitea version (or commit ref): 1.14.1
  • Git version: 2.17.1
  • Operating system: Ubuntu 18.04, Gitea Binary Download
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
  • Log gist:

Description

active and prohibit_login can both be set via PATCH /admin/users/{username}, but are not included in the output of GET /admin/users or GET /users/{username}. Imho those are important information when working with the user list and should be added.

@6543 6543 added modifies/api This PR adds API routes or modifies them type/proposal The new feature has not been accepted yet but needs to be discussed first. labels Apr 21, 2021
@go-gitea go-gitea locked and limited conversation to collaborators Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
modifies/api This PR adds API routes or modifies them type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants