Commit 649042f
Include login_name in adminCreateUser response (go-gitea#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.1 parent ed8543a commit 649042f
File tree
3 files changed
+10
-0
lines changed- modules
- convert
- structs
- templates/swagger
3 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18963 | 18963 | | |
18964 | 18964 | | |
18965 | 18965 | | |
| 18966 | + | |
| 18967 | + | |
| 18968 | + | |
| 18969 | + | |
| 18970 | + | |
| 18971 | + | |
18966 | 18972 | | |
18967 | 18973 | | |
18968 | 18974 | | |
| |||
0 commit comments