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