Access control documented

This commit is contained in:
Marco Mooij | DigiState
2026-05-15 13:43:56 +02:00
parent 8e4ea9d4a0
commit db2b6e62b8
11 changed files with 95 additions and 24 deletions

View File

@@ -1,14 +1,14 @@
# Global
# Portal name
## Portal name
This setting allows you to change the name of the portal.
Currently, this setting has limited functionality, but it will be used in future versions to support white-labeling.
# Portal provider name
## Portal provider name
This setting allows you to change the provider name displayed by the portal.
Currently, this setting has limited functionality, but it will also be used in future versions to support white-labeling.
# Admin authentication methods
## Admin authentication methods
This setting will later support multiple administrator authentication methods.
Currently, the only available option is `database_auth`.
# CA certificate URL
## CA certificate URL
This URL points to the Certificate Authority (CA) certificate used by the auto-provisioning module, which is currently under development.
# Autoprovisioning URL
## Autoprovisioning URL
This URL is used by the auto-provisioning system to retrieve configuration data by the auto-provisioning module, which is currently under development..

View File

@@ -6,11 +6,11 @@ Sentri sends emails in the following situations:
- When a new user is created, an invitation email is sent to the user.
- When a user requests a password reset.
- When an administrator sends a password reset email.
# From Name
## From Name
This is the sender name displayed in emails sent by Sentri.
# From Address
## From Address
This is the email address used by Sentri to send emails.
# SMTP Server Configuration
## SMTP Server Configuration
### Host
The hostname or IP address of your SMTP server.
### Secure

View File

@@ -1,6 +1,6 @@
# Modules
Sentri allows modules to be enabled or disabled. Each module provides its own functionality, which can be viewed [[../../index|here]].
# Enabling and Disabling Modules
## Enabling and Disabling Modules
To enable or disable modules, navigate to **Settings** > **Modules** and toggle the modules you want to enable or disable.
> [!Note]