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

[FEATURE] Add environment variable to disable user registration #698

Closed
ajm1014 opened this issue Mar 14, 2022 · 2 comments
Closed

[FEATURE] Add environment variable to disable user registration #698

ajm1014 opened this issue Mar 14, 2022 · 2 comments
Labels
enhancement New feature or request self hosted Issue related to self-hosted version of Reactive Resume

Comments

@ajm1014
Copy link

ajm1014 commented Mar 14, 2022

To share my resume via a link (which I would like to do because the resume created by your application is awesome), I am required to open my website up to public internet access, allowing others to access the page, register an account, and host their resume on my server/domain as well.

It would be great if there were an ALLOW_REGISTRATION environment variable that could be set to true or false (true by default), so this feature could be enabled or disabled as needed!

@ajm1014 ajm1014 added the enhancement New feature or request label Mar 14, 2022
@AmruthPillai AmruthPillai added the self hosted Issue related to self-hosted version of Reactive Resume label Mar 18, 2022
@AmruthPillai
Copy link
Owner

Introduced the PUBLIC_FLAG_DISABLE_SIGNUPS flag. You should be able to set this value in your ENV which can enable or disable the registration button on the landing page.

@ajm1014
Copy link
Author

ajm1014 commented Mar 18, 2022

This is great (confirmed it's all working), thank you for making the update so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request self hosted Issue related to self-hosted version of Reactive Resume
Projects
None yet
Development

No branches or pull requests

2 participants