email users their id
This commit is contained in:
4 files changed
+134
-1
No files matched your search
@@ -45,6 +45,7 @@ type Teacher struct {
|
||||
PhotoName string `json:"photoname"` // name of photo in db
|
||||
} `json:"schooldata"`
|
||||
AccountData struct {
|
||||
VerifiedEmail bool `json:"verifiedemail"`
|
||||
SchoolEmail string `json:"schoolemail"`
|
||||
Password string `json:"-" validate:"min=10,max=32"`
|
||||
AccountDisabled bool `bson:"accountdisabled"`
|
||||
|
||||
Reference in new issue
Block a user