Skip to content

Instantly share code, notes, and snippets.

@dri94
Forked from ak00001/allowedemail.yml
Last active December 11, 2021 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dri94/ea47d229892cd5f592769aa81c855472 to your computer and use it in GitHub Desktop.
Save dri94/ea47d229892cd5f592769aa81c855472 to your computer and use it in GitHub Desktop.
A YAML plugin for Tutor which restricts registration by email domain.
name: allowedemail
version: 0.0.1
patches:
common-env-features: |
"REGISTRATION_EMAIL_PATTERNS_ALLOWED": ["^.*@(.*\\.)?empowrco\\.org$"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment