How to Configure Sign Up Options
In some environments we want to preload the users and only allow those users access to Quepid. This could be applicable to environments with sensitive data like that containing PII. We would not want to allow just anyone to sign up.
By default .env
file contains:
# Whether or not signing up via the UI is enabled.
SIGNUP_ENABLED=true
Setting it to false
prevents you from being able to create an account via the UI.
Instead, an administrator needs to load the user accounts directly into Quepid by using the Thor command line tool. See Quepid Admin CLI in Reference section.