Files
documentation/site/source/user-manual/service-guides/vaultwarden/vaultwarden-organizations.rst
Matt Hill 8ac689aa91 add guide for vaultwarcen orgs (#268)
* add guide for vaultwarcen orgs

* Add referecnes, minor copy fixes

Co-authored-by: kn0wmad <kn0wmad@protonmail.com>
2023-01-13 17:44:27 -07:00

51 lines
2.1 KiB
ReStructuredText

.. _vaultwarden-organizations:
========================
Setting Up Organizations
========================
Creating an Organization
------------------------
If you want to share passwords amongst friends or family, you can do so using the "Organizations" feature of Vaultwarden.
#. Inside your :ref:`Web Vault<vaultwarden-webvault>`, click `New Organization`
.. figure:: /_static/images/services/vaultwarden/create-org.png
:width: 60%
#. Give your organization a name and enter your email. ``Note``: You can enter whatever you want for email, even `fake@email.com`. Because you are self-hosting, the email is not used for anything at all.
.. figure:: /_static/images/services/vaultwarden/org-details.png
:width: 60%
Adding Others to Your Organization
----------------------------------
.. warning::
After you have completed signed up new members to your Vaultwarden server, it is highly recommended that you disable new user signups inside your :ref:`Admin Dashboard<vaultwarden-admin>` --> General Settings --> Allow new signups --> uncheck the box.
#. Tell the user to create an account on your Vaultwarden server. This must be done *before* you invite them.
#. Inside the Organization page, click Manage --> `Invite User`
.. figure:: /_static/images/services/vaultwarden/invite-user.png
:width: 60%
#. Decide what permissions you want the member to have and click "Save". In the below example, the member will be a manager and have access to all collections.
.. figure:: /_static/images/services/vaultwarden/user-permissions.png
:width: 60%
#. The new member should automatically show as "Accepted". Now, click the settings icon on the right and click "Confirm"
.. figure:: /_static/images/services/vaultwarden/confirm-user.png
:width: 60%
#. You will be presented with a fingerprint phrase. The new member can verify this phrase inside their own dashboard, but because you are self-hosting and adding users manually, you can just click "Confirm".
.. figure:: /_static/images/services/vaultwarden/verify-user.png
:width: 60%
The new member should now be able to see the organization in their own dashboard or client apps.