Merge pull request #1800 from alienth/allowsignup
Add allow_sign_up setting for auth.google/github.
This commit is contained in:
@@ -7,6 +7,7 @@ type OAuthInfo struct {
|
||||
Enabled bool
|
||||
AllowedDomains []string
|
||||
ApiUrl string
|
||||
AllowSignup bool
|
||||
}
|
||||
|
||||
type OAuther struct {
|
||||
|
||||
Reference in New Issue
Block a user