Control who can create an account #356
-
Hello! Is there any way to control who can create and account, I mean, to control who can sign up in the application? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @JonasBarcat, There is no way to control this right now. But if we could, how would you do this?
I've had |
Beta Was this translation helpful? Give feedback.
-
Hi @JonasBarcat - updating the answer with the latest information: To control account creation, enable logins and set Then once all of your teammate accounts are made, set Anonymous users will still be able to receive/retrieve secret URLs that are given to them. More details in the Configuration.md document. August 2023 Update: We now support limiting sign ups to specific email domains. See I hope I explained this well and it helps out. |
Beta Was this translation helpful? Give feedback.
Hi @JonasBarcat - updating the answer with the latest information:
To control account creation, enable logins and set
PWP__ALLOW_ANONYMOUS
to false. This blocks all anonymous users from creating text, file or URL pushes.Then once all of your teammate accounts are made, set
PWP__DISABLE_SIGNUPS
which will disable new account registration entirely.Anonymous users will still be able to receive/retrieve secret URLs that are given to them.
More details in the Configuration.md document.
August 2023 Update: We now support limiting sign ups to specific email domains. See
PWP__SIGNUP_EMAIL_REGEXP
in the Configuration document.I hope I explained this well and it helps out.