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:
@@ -75,10 +75,11 @@ var (
|
||||
EmailCodeValidMinutes int
|
||||
|
||||
// User settings
|
||||
AllowUserSignUp bool
|
||||
AllowUserOrgCreate bool
|
||||
AutoAssignOrg bool
|
||||
AutoAssignOrgRole string
|
||||
AllowUserSignUp bool
|
||||
AllowUserOrgCreate bool
|
||||
AutoAssignOrg bool
|
||||
AutoAssignOrgRole string
|
||||
RequireEmailValidation bool
|
||||
|
||||
// Http auth
|
||||
AdminUser string
|
||||
|
||||
Reference in New Issue
Block a user