Skip to content

Commit

Permalink
feat: restrict login to axelerant.com domain
Browse files Browse the repository at this point in the history
This partially fixes #15 except that we can't remove the code in ct_user yet. That code is responsible for activating the user. We can't enable activation for all registrations as Drupal's user registration form is still enabled. Social Auth module has no feature to enable users created through Social Auth flow.
  • Loading branch information
hussainweb committed Jun 29, 2022
1 parent 74396cf commit 75a1be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sync/social_auth_google.settings.yml
Expand Up @@ -2,4 +2,4 @@ client_id: env
client_secret: env
scopes: ''
endpoints: ''
restricted_domain: ''
restricted_domain: axelerant.com

0 comments on commit 75a1be5

Please sign in to comment.