We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f681f commit 442b4e5Copy full SHA for 442b4e5
admin_user.go
@@ -14,6 +14,7 @@ type CreateUserOption struct {
14
SourceID int64 `json:"source_id"`
15
LoginName string `json:"login_name"`
16
Username string `json:"username" binding:"Required;AlphaDashDot;MaxSize(35)"`
17
+ FullName string `json:"full_name" binding:"MaxSize(100)"`
18
Email string `json:"email" binding:"Required;Email;MaxSize(254)"`
19
Password string `json:"password" binding:"MaxSize(255)"`
20
SendNotify bool `json:"send_notify"`
0 commit comments