mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(signup): began work on new / alternate signup flow that includes email verification, #2353
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package dtos
|
||||
|
||||
type SignUpForm struct {
|
||||
Email string `json:"email" binding:"Required"`
|
||||
}
|
||||
|
||||
type AdminCreateUserForm struct {
|
||||
Email string `json:"email"`
|
||||
Login string `json:"login"`
|
||||
|
||||
Reference in New Issue
Block a user