Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new user types reserved, bot, and remote #24026

Merged
merged 11 commits into from
Apr 17, 2023
3 changes: 3 additions & 0 deletions models/user/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const (

// UserTypeOrganization defines an organization
UserTypeOrganization

// UserTypeReserved defines a reserved user, which is used for internal purposes
UserTypeReserved
)

const (
Expand Down