1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
Files
help/_articles/faqs/org-faqs.md
fred_the_tech_writer 906e2ca0dd Promote to Master (#748)
* initial commit

* adding quotes for the array error

* Create Gemfile

* Create Gemfile.lock

* add .nvmrc and .node-version

* removed /article from URL

* update links to work with netlify

* more fixed links

* link fixes

* update bad links

* Update netlify.toml

toml test for redirects

* article redirect

* link fixes

* Update index.html

* Update netlify.toml

* Update _config.yml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* add article back into URL for launch

* Update netlify.toml

* Update netlify.toml

* add order to categories front matter

* Update netlify.toml

* update

* sidemenu update

* Revert "sidemenu update"

This reverts commit 5441c3d35c.

* update order prop

* Navbar updates per Gary and compiler warnings

* font/style tweaks

* Update sidebar.html

* Stage Release Documentation (#739)

* initial drafts

* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information

* edit

* edit

* Custom Field Context Menu & CAPTCHA item in release notes

* SSO relink event

* update rn

* small edits

* improve release notes titles

* fix side menu

* Edits courtest of mportune!

* update order

* link fixes

* link cleanup

* image updates and a link

* fix trailing slash

Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
2021-09-21 13:21:11 -04:00

5.0 KiB

layout, title, categories, featured, popular, tags, order
layout title categories featured popular tags order
article Organizations FAQs
organizations
true false
18

This article contains Frequently Asked Questions (FAQs) regarding Organizations.

For more high-level information about Organizations, refer to the following articles:

Organizations General

Q: What's the difference between Organizations and Premium?

A: Organizations enable secure sharing from Organizations to Organization users.

Premium Individual plans unlock premium password security and management features, including advanced 2FA options, the Bitwarden Authenticator (TOTP), encrypted file attachments, and more. Premium Individual does not include secure data sharing.

Paid Organizations (Families, Teams, or Enterprise) automatically include premium features (advanced 2FA options, Bitwarden Authenticator, etc.) for every user enrolled in the Organization.

Organization Administration

Q: My Organization's owner is no longer with the company, can a new owner be created?

A: Only an Owner can create a new Owner or assign Owner to an existing user. For failover purposes, Bitwarden recommends creating multiple Owner users. If your single Owner has left the company, Contact Us.

Q: I have invited users but they cannot see shared items, what do I do?

A: Invited users will receive an email asking them to join the Organization. First, make sure they have accepted the invitation. If they have, a Admin or Owner should navigate to ManagePeople, hover over that user, open the gear dropdown, and select Confirm.

Q: What events are audited for my Organization?

A: For a full list of what's included in Bitwarden Event Logs, see Event Logs.

Q: Can I prevent users from self-registering into my Organization?

A: If you're self-hosting, configure the environment variable 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.{:target="_blank"}

{% callout warning %} Like with any software, running old versions may present a security risk. {% endcallout %}

Q: How do I change the name of my Organization?

A: To change the name of your Organization:

  1. In the Web Vault{:target="_blank"}, open your Organization.
  2. Navigate to the Organization's {% icon fa-cogs %} Settings page.
  3. Edit the Organization Name field and select the Save button.

If you're self-hosting, you will also need to:

  1. Navigate to the {% icon fa-cogs %} SettingsSubscription page.
  2. Select the Download License button to download a license with the updated Organization name.
  3. Upload the new license to your self-hosted server.

Sharing with an Organization

Q: How do I "unshare" an item from my Organization?

A: To unshare an item:

  1. Clone the item back to your Personal Vault by navigating to your Organization Vault and selecting Clone from the gear dropdown for the item you want to clone. Only users with User Type Admin or higher can only clone items into their Personal Vault by changing the Ownership setting.

    {% image organizations/clone-org-item.png %}

  2. Delete the item from the Organization Vault by selecting Delete from the same gear dropdown.

Alternatively, you can unshare items by moving them to a different Collection with higher Access Control restrictions.

Q: How do I hide a password from my Organization's users?

A: Use the Hide Passwords option in the Access Control section when adding new users or editing existing ones in order to hide a given Collection's passwords and hidden fields from them. For more information, see Access Control.

Q: Does an item I move to the Organization stay after I leave?

A: It does! When a user shares an item with an Organization, the Organization takes ownership of the item. Even if the user leaves the Organization or deletes their account, that item will remain in the Organization Vault.