0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-04 18:51:27 -05:00
forgejo/modules/convert
Baekjun Kim e35a39e81d
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.
2022-07-15 16:52:11 +08:00
..
convert.go
git_commit.go
git_commit_test.go
issue.go
issue_comment.go
issue_test.go
main_test.go
notification.go
package.go
pull.go
pull_review.go
pull_test.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
release.go
repository.go
status.go
user.go
user_test.go
utils.go
utils_test.go
wiki.go