1
0
mirror of https://github.com/bitwarden/help synced 2025-12-16 00:03:41 +00:00

Central Config (#652)

* initial draft

* env var rebuild note

* automatic update faq

* browser extension
This commit is contained in:
fred_the_tech_writer
2021-06-28 14:43:32 -04:00
committed by GitHub
parent 9be8c67fa8
commit df153f2a59
5 changed files with 95 additions and 4 deletions

View File

@@ -43,6 +43,15 @@ Paid Organizations (Families, Teams, or Enterprise) automatically include premiu
**A:** If you're self-hosting, [configure the environment variable]({% link _articles/hosting/environment-variables.md %}) `globalSettings__disableUserRegistration=` to `true` to prevent users from signing up for an account via the Registration page. Once configured, Organization Admins or Owners must invite users to signup for an account on the self-hosted instance.
### Q: My users don't have permission to update desktop apps on their workstations. Can I turn off automatic updates for Bitwarden?
**A:** Yes! Add the environment variable `ELECTRON_NO_UPDATER=1` to your desktop app template to prevent automatic update procedures from trying and failing on your end-user workstations. [Learn how to set environment variables for desktop apps.](https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html){:target="\_blank"}
{% callout warning %}
Like with any software, running old versions may present a security risk.
{% endcallout %}
## Sharing with an Organization
### Q: How do I "unshare" an item from my Organization?