diff options
-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]]. |