Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
docs: add some text in main profiles documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwigoric committed Dec 2, 2023
1 parent 0aa930a commit b12785c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/topics/Profiles.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Profiles

Member and officer profiles are the foundation of the system.
There are two types of profiles: member profiles and officer profiles.

## Officer Profiles

Officer profiles are created by the system administrator. They are used to
authenticate officers, and to track their activity.

The primary difference between member and officer profiles is that officer
profiles have a `role` field. This field is used to determine what permissions
the officer has.

## Member Profiles

Member profiles are created by an officer. Members cannot log in. The sole
purpose of member profiles is to store information about members.

<seealso>
<category ref="profiles">
<a href="Member-Profiles.md" />
Expand Down

0 comments on commit b12785c

Please sign in to comment.