diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-21 17:56:01 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-21 17:56:01 +0200 |
commit | fe7f47fbd2da5e5c383cf94a6ad8dedf7a9b7bb2 (patch) | |
tree | 8610358e3c5ebdd933e555b2bfa2e5f39f199516 | |
parent | b3fda62cb889bd26e8bc67a983f679dee2ad19dc (diff) |
add intro; drop links to related info (currently missing, and when introduced should be linked through tags instead)
-rw-r--r-- | README.md | 34 |
1 files changed, 3 insertions, 31 deletions
@@ -1,5 +1,8 @@ # Accounts +System resources are tied to accounts, +used to define access rights to use or control the resources. + Each user has a single, personal account. Non-personal accounts can be created for roles or groups. @@ -8,34 +11,3 @@ Use a project when multiple persons (now or later) should have equal access. A special account "root" with full access to all system resources is used only for administration purposes. - -The account, and what it provides access to, is protected by a personal -[[password|intro]]. - - -## Personal resources - -Each account can have various personal resources attached: - - * Email [[addresses]] - * Personal [[file shares|files]] - * A personal [[homepage]] - * One or more [[websites]] - - -## Shared services - -User accounts provide access to various shared resources: - - * Collaborative [[file shares|files]] - * [[Addressbooks|contact]] - * [[Calendars|event]] - - -## Account administration - -User accounts are administered by the technical supporters using a set of -[[account/commands]] - -New users are pointed to the [[intro]] page by [[intro/email]] and -[[intro/sms]]. |