feat(signup): progress on new sign up and email verification flow, #2353

This commit is contained in:
Torkel Ödegaard
2015-08-28 15:14:24 +02:00
parent c61b22cefb
commit de0f04ec3c
8 changed files with 62 additions and 19 deletions
+1
View File
@@ -48,6 +48,7 @@ type CreateUserCommand struct {
Login string `json:"login"`
Name string `json:"name"`
Company string `json:"compay"`
OrgName string `json:"orgName"`
Password string `json:"password" binding:"Required"`
IsAdmin bool `json:"-"`