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

How do disable Signups for new users? #6687

Open
b3nd1k opened this issue Jun 17, 2023 · 5 comments · May be fixed by #7254
Open

How do disable Signups for new users? #6687

b3nd1k opened this issue Jun 17, 2023 · 5 comments · May be fixed by #7254

Comments

@b3nd1k
Copy link

b3nd1k commented Jun 17, 2023

On Chandler (selfhosted), how do I disable signups? That way I can host the service at monica.mydomain.com without having to worry about other people signing up and using storage space.

@uthadehikaru
Copy link

the signup form is only appear after monica installation to setup first user. if there is at least one user, the register form will not appear again.

@0KayKay
Copy link

0KayKay commented Feb 9, 2024

@uthadehikaru I can't confirm this. After creating my first user, the form is still there.

I also looked around and found this old PR, so I tried setting APP_DISABLE_SIGNUP=true but it doesn't seem to do anything anymore. Only after comparing the code base of the 4.x and the main branch did I understand just how different Chandler is.

Sadly my Laravel skills are quite rusty, so I guess we'll just have to be patient.

@slifty
Copy link

slifty commented Feb 25, 2024

I suspect @uthadehikaru is thinking about monica 4.x -- I'm on 5.x and also have a signup form even after making the first user and would love a way to disable it.

@shibacomputer
Copy link

Can confirm APP_DISABLE_SIGNUP is ignored, and the signup feature is available after the first user is created.

@davpsh davpsh linked a pull request May 2, 2024 that will close this issue
@davpsh
Copy link

davpsh commented May 2, 2024

The feature is implemented in a linked (#7254) pull request. @djaiss, @asbiin, can you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants