diff --git a/api/config/project/project.yaml b/api/config/project/project.yaml index 41d598df..a7c93b62 100644 --- a/api/config/project/project.yaml +++ b/api/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1709077683 +dateModified: 1709685753 email: fromEmail: $EMAIL_FROM_ADDRESS fromName: $EMAIL_SENDER_NAME @@ -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 @@ -647,9 +648,6 @@ plugins: - - hideTitle - queryMutate - - - - damAsset - - queryMutate - - siteImage - queryMutate @@ -776,6 +774,9 @@ plugins: - - simpleTable - queryMutate + - + - cantoAssetSingle + - queryMutate - - sites - queryMutate @@ -1053,9 +1054,6 @@ plugins: - - hideTitle - queryMutate - - - - damAsset - - queryMutate - - siteImage - queryMutate @@ -1182,6 +1180,9 @@ plugins: - - simpleTable - queryMutate + - + - cantoAssetSingle + - queryMutate - - sites - queryMutate @@ -1459,9 +1460,6 @@ plugins: - - hideTitle - queryMutate - - - - damAsset - - queryMutate - - siteImage - queryMutate @@ -1588,6 +1586,9 @@ plugins: - - simpleTable - queryMutate + - + - cantoAssetSingle + - queryMutate - - sites - queryMutate @@ -1865,9 +1866,6 @@ plugins: - - hideTitle - queryMutate - - - - damAsset - - queryMutate - - siteImage - queryMutate @@ -1994,6 +1992,9 @@ plugins: - - simpleTable - queryMutate + - + - cantoAssetSingle + - queryMutate - - sites - queryMutate @@ -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 diff --git a/api/config/project/users/users.yaml b/api/config/project/users/users.yaml index 9170eedd..04720521 100644 --- a/api/config/project/users/users.yaml +++ b/api/config/project/users/users.yaml @@ -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