more tests and some fixes

This commit is contained in:
Dennis Eichhorn 2024-04-24 03:20:47 +00:00
parent 8c98dd7230
commit dd4d194fec
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* [Introduction]({%}?page=README) * [Introduction]({%}?page=README)
## Setup ## Setup
* [Install]({%}?page=setup/install) * [Installation]({%}?page=setup/install)
* [First Steps]({%}?page=setup/first_steps) * [First Steps]({%}?page=setup/first_steps)
## Administration ## Administration

View File

@ -57,7 +57,7 @@ These restrictions show that it is possible to do very fine/granular permissions
## Accounts ## Accounts
By default only admin users can create new accounts. However it is possible to allow users to register by themselves in the admin module settings. Self-registered users are always part of the `user` group. Make sure the `user` group permissions are designed while keeping that in mind. By default only admin users can create new accounts. However, it is possible to allow users to register by themselves in the admin module settings. Self-registered users are always part of the `user` group. Make sure the `user` group permissions are designed while keeping that in mind.
If a admin user creates a new account you must decide if the user/account should also be allowed to login/have a profile or if this account is just an internal account. If a admin user creates a new account you must decide if the user/account should also be allowed to login/have a profile or if this account is just an internal account.