mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 13:44:27 +00:00
58b204b813
Using the API, a user's _source_id_ can be set in the _CreateUserOption_ model, but the field is not returned in the _User_ model. This PR updates the _User_ model to include the field _source_id_ (The ID of the Authentication Source).