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

add an enviroment option to disable user self registration #441

Closed
wants to merge 3 commits into from

Commits on Mar 13, 2024

  1. Update .env.example

    mz0in authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1dbb1ec View commit details
    Browse the repository at this point in the history
  2. Update auth.controller.ts to allow disabling user sign up

    This will add a step to disable user sign up , when the env is set to true : DISABLE_SIGNUP=true  , the default is false
    mz0in authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    559f078 View commit details
    Browse the repository at this point in the history
  3. Update .env.example

    mz0in authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e754c14 View commit details
    Browse the repository at this point in the history