mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add Active and ProhibitLogin to API (#15689)
* Added active and prohibit_login. * Do not omit fields for normal users.
This commit is contained in:
@@ -16250,6 +16250,11 @@
|
||||
"description": "User represents a user",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"active": {
|
||||
"description": "Is user active",
|
||||
"type": "boolean",
|
||||
"x-go-name": "IsActive"
|
||||
},
|
||||
"avatar_url": {
|
||||
"description": "URL to the user's avatar",
|
||||
"type": "string",
|
||||
@@ -16306,6 +16311,11 @@
|
||||
"type": "string",
|
||||
"x-go-name": "UserName"
|
||||
},
|
||||
"prohibit_login": {
|
||||
"description": "Is user login prohibited",
|
||||
"type": "boolean",
|
||||
"x-go-name": "ProhibitLogin"
|
||||
},
|
||||
"restricted": {
|
||||
"description": "Is user restricted",
|
||||
"type": "boolean",
|
||||
|
Reference in New Issue
Block a user