aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/12_User_management.md
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-12-26 12:47:17 +0100
committerGravatar GitHub <noreply@github.com> 2021-12-26 12:47:17 +0100
commit078dc65cbc21012eb9cfd2a14398f9ee3f26fcb7 (patch)
treea5c904779d64ec539ed66303033d81c7b643d528 /docs/en/admins/12_User_management.md
parent20c8382c250bc21cb16f04beded665bf137b6bf0 (diff)
Improved manual: User Management/User registration (#4083)
* Draft 1 of Default User page * Draft1 of User Management page * Update 01_Index.md * Update 12_User_management.md * fix failing pipeline * Apply suggestions from code review Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'docs/en/admins/12_User_management.md')
-rw-r--r--docs/en/admins/12_User_management.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/en/admins/12_User_management.md b/docs/en/admins/12_User_management.md
new file mode 100644
index 000000000..e2c19b467
--- /dev/null
+++ b/docs/en/admins/12_User_management.md
@@ -0,0 +1,35 @@
+# User Management
+
+## User list
+
+Settings page: `Administation` -> `Manage Users`.
+
+The [default user](13_Default_user.md) is marked with italic letters.
+
+## Create new user
+
+Settings page: `Administation` → `Manage Users`.
+
+For a new user the following information is necessary:
+* language
+* username
+* is it an administrator account?
+* password
+
+If in the `System configuration` the `Force email address validation` is enabled, then the email address input is shown and mandatory.
+
+## User registration form
+
+New users could use the self registration form in the frontend.
+
+The user registration form is available via the login form, when the maximum number of accounts is smaller than the number of created accounts (Set up in `Administration` → `System configuration`). If the maximum number of accounts is 0, than there is no limit on the number of user accounts.
+
+If in the `System configuration` the `Force email addres validation` is enabled, than the email address input is shown and mandatory.
+
+It is optional to have a `Terms of Service` (`ToS`). If ToS is enabled, then it is mandatory to check it for registration.
+
+### Enable Terms of Service (ToS)
+
+Create a file `tos.html` in `./data`.
+
+Example of TOS: see `./data/tos.example.html`