mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
f8b471ace1
Fixes #28660 Fixes an admin api bug related to `user.LoginSource` Fixed `/user/emails` response not identical to GitHub api This PR unifies the user update methods. The goal is to keep the logic only at one place (having audit logs in mind). For example, do the password checks only in one method not everywhere a password is updated. After that PR is merged, the user creation should be next. |
||
---|---|---|
.. | ||
adopt.go | ||
cron.go | ||
email.go | ||
hooks.go | ||
org.go | ||
repo.go | ||
runners.go | ||
user.go |