Account management #1041
-
We would like to host PasswordPusher ourselves in the future with all the given features as well as the file upload. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
im sorry didnt saw this post. duplicate of Control who can create an account #356 |
Beta Was this translation helpful? Give feedback.
-
To control accounts, enable logins and set Then once all of your team mate accounts are made, set Anonymous users will still be able to receive/retrieve secret URLs that are given to them. In the future, I plan to add extended support for teams but that hasn't happened yet. Details in the Configuration.md document. August 2023 Update: We now support limiting sign ups to specific email domains. See Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
To control accounts, 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 team mate accounts are made, set
PWP__DISABLE_SIGNUPS
which will disable new account registration.Anonymous users will still be able to receive/retrieve secret URLs that are given to them.
In the future, I plan to add extended support for teams but that hasn't happened yet.
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.Let me know if this helps.