Skip to content

Commit

Permalink
Finish people section
Browse files Browse the repository at this point in the history
  • Loading branch information
jwsi committed May 1, 2020
1 parent 647b604 commit 3d6b51a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/website/people/creating.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
Creating People
===============

People can be created by using the "Create New Person" button at the base of the list of people on
the relevant group page. One will then be presented with a list of fields to fill in as follows:

* **Name** : Name of the person one wishes to create.
* **Email** : Email address for the person in question. This is where OTP codes will be sent
to allow for VPN profiles to be installed on devices.

Upon person submission, the above fields will be validated and submitted.
10 changes: 10 additions & 0 deletions source/website/people/deleting.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
Deleting People
===============

People can be deleted at any point by clicking the |delete_icon| icon next to the appropriate
person in the list of people on the relevant group page. After clicking and confirming the
modal prompt, the page will refresh and the person will be removed from the list.

**Deleting a person is a destructive action that cannot be undone. All associated devices
for that person will be deleted and revoked.**

.. |delete_icon| image:: /_static/icons/trashcan.svg
:alt: Delete Icon
11 changes: 11 additions & 0 deletions source/website/people/editing.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
Editing People
==============

People can be edited at any point by clicking the |edit_icon| icon next to the appropriate
person in the list of people on the relevant group page. After clicking, one is presented
with a page similar to that of person creation, except fields are pre-filled.

Edit the fields (described in `person creation`_) and then press the submit button to save.

.. |edit_icon| image:: /_static/icons/pencil.svg
:alt: Edit Icon

.. _person creation: creating.html

0 comments on commit 3d6b51a

Please sign in to comment.