feat(signup): began work on new / alternate signup flow that includes email verification, #2353

This commit is contained in:
Torkel Ödegaard
2015-08-27 13:59:58 +02:00
parent 7e44a8ed1d
commit d25624a8ad
11 changed files with 58 additions and 35 deletions

View File

@@ -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