Skip to content

Commit

Permalink
[F] Google OAuth set up consistent with investigations-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason committed Mar 6, 2024
1 parent 9a0791e commit 74a2f88
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions api/config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1709077683
dateModified: 1709685753
email:
fromEmail: $EMAIL_FROM_ADDRESS
fromName: $EMAIL_SENDER_NAME
Expand Down Expand Up @@ -432,6 +432,7 @@ plugins:
activationEmailSent: 'You will receive an email if it matches an account in our system'
allowMagicAuthentication: null
allowRegistration: '1'
allowTwoFactorAuthentication: false
allowedFacebookDomains: null
allowedGoogleDomains: null
allowedMicrosoftDomains: null
Expand Down Expand Up @@ -647,9 +648,6 @@ plugins:
-
- hideTitle
- queryMutate
-
- damAsset
- queryMutate
-
- siteImage
- queryMutate
Expand Down Expand Up @@ -776,6 +774,9 @@ plugins:
-
- simpleTable
- queryMutate
-
- cantoAssetSingle
- queryMutate
-
- sites
- queryMutate
Expand Down Expand Up @@ -1053,9 +1054,6 @@ plugins:
-
- hideTitle
- queryMutate
-
- damAsset
- queryMutate
-
- siteImage
- queryMutate
Expand Down Expand Up @@ -1182,6 +1180,9 @@ plugins:
-
- simpleTable
- queryMutate
-
- cantoAssetSingle
- queryMutate
-
- sites
- queryMutate
Expand Down Expand Up @@ -1459,9 +1460,6 @@ plugins:
-
- hideTitle
- queryMutate
-
- damAsset
- queryMutate
-
- siteImage
- queryMutate
Expand Down Expand Up @@ -1588,6 +1586,9 @@ plugins:
-
- simpleTable
- queryMutate
-
- cantoAssetSingle
- queryMutate
-
- sites
- queryMutate
Expand Down Expand Up @@ -1865,9 +1866,6 @@ plugins:
-
- hideTitle
- queryMutate
-
- damAsset
- queryMutate
-
- siteImage
- queryMutate
Expand Down Expand Up @@ -1994,6 +1992,9 @@ plugins:
-
- simpleTable
- queryMutate
-
- cantoAssetSingle
- queryMutate
-
- sites
- queryMutate
Expand Down Expand Up @@ -2259,7 +2260,7 @@ plugins:
schemaId: null
schemaName: null
siteId: null
skipActivatedCheck: ''
skipActivatedCheck: null
skipSocialActivation: null
tokenNotFound: 'We couldn''t find any matching tokens'
twitterApiKey: null
Expand Down
2 changes: 1 addition & 1 deletion api/config/project/users/users.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allowPublicRegistration: true
deactivateByDefault: false
defaultGroup: ''
defaultGroup: 58efa872-9485-42e3-a1e3-a5435def5392 # Educators
photoSubpath: null
photoVolumeUid: 8e9ec71e-2cf0-4f6a-b856-8976de0ce100 # Heroes
requireEmailVerification: true
Expand Down

0 comments on commit 74a2f88

Please sign in to comment.