mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 18:04:13 +00:00
Identify users using their remote ID (#1732)
This commit is contained in:
@@ -34,6 +34,8 @@ type User struct {
|
||||
// required: true
|
||||
ID int64 `json:"id" xorm:"pk autoincr 'user_id'"`
|
||||
|
||||
ForgeRemoteID ForgeRemoteID `json:"-" xorm:"forge_remote_id"`
|
||||
|
||||
// Login is the username for this user.
|
||||
//
|
||||
// required: true
|
||||
|
Reference in New Issue
Block a user