Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin panel allow all emails option #41

Closed
wants to merge 2 commits into from

Commits on Oct 28, 2017

  1. Add allow all emails option to admin settings techx#15

    Add allow/dissallow all emails button in the admin settings panel.
    jeremy-melnyk committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    9fb3da3 View commit details
    Browse the repository at this point in the history
  2. Add emails check to UserController on server techx#15

    The canRegister function now checks the allowAllEmails flag
    in the settings model when a user registers.
    A false allowAllEmails flag continues to check the whitelisted emails
    while a true allowAllEmails flag will allow the user to register with any
    valid email.
    
    Moved the email validator before the settings check.
    jeremy-melnyk committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    8cd2d36 View commit details
    Browse the repository at this point in the history