forked from forgejo/forgejo
Include login_name in adminCreateUser response (#20283)
`login_name` (Authentication Sign-in Name) is not included in the response of `adminUserCreate` API. This PR is to return user-specified `login_name` if there is one.
This commit is contained in:
parent
e49ef56dde
commit
e35a39e81d
3 changed files with 10 additions and 0 deletions
|
@ -18487,6 +18487,12 @@
|
|||
"type": "string",
|
||||
"x-go-name": "UserName"
|
||||
},
|
||||
"login_name": {
|
||||
"description": "the user's authentication sign-in name.",
|
||||
"type": "string",
|
||||
"default": "empty",
|
||||
"x-go-name": "LoginName"
|
||||
},
|
||||
"prohibit_login": {
|
||||
"description": "Is user login prohibited",
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue