You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/user/user.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ const (
42
42
// UserTypeOrganization defines an organization
43
43
UserTypeOrganization
44
44
45
-
// UserTypeReserved reserves a (non-existing) user, i.e. to prevent a spam user from re-registering after being deleted, or to reserve the name until the user is actually created later on
45
+
// UserTypeUserReserved reserves a (non-existing) user, i.e. to prevent a spam user from re-registering after being deleted, or to reserve the name until the user is actually created later on
46
46
UserTypeUserReserved
47
47
48
48
// UserTypeOrganizationReserved reserves a (non-existing) organization, to be used in combination with UserTypeUserReserved
0 commit comments