Settings documentation added
This commit is contained in:
@@ -1 +1,14 @@
|
||||
To be made.
|
||||
With the Global Settings, you can configure general settings for Sentri.
|
||||
# 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
|
||||
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
|
||||
This setting will later support multiple administrator authentication methods.
|
||||
Currently, the only available option is `database_auth`.
|
||||
# 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
|
||||
This URL is used by the auto-provisioning system to retrieve configuration data by the auto-provisioning module, which is currently under development..
|
||||
@@ -1 +1,24 @@
|
||||
To be made.
|
||||
To allow Sentri to send emails, you must configure the mail settings.
|
||||
|
||||
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
|
||||
This is the sender name displayed in emails sent by Sentri.
|
||||
# From Address
|
||||
This is the email address used by Sentri to send emails.
|
||||
# SMTP Server Configuration
|
||||
### Host
|
||||
The hostname or IP address of your SMTP server.
|
||||
### Secure
|
||||
Configure the security protocol used by the SMTP server.
|
||||
### SMTP Port
|
||||
The port used by the SMTP server.
|
||||
### SMTP Authentication
|
||||
Enable or disable SMTP authentication, depending on whether your SMTP server requires authentication.
|
||||
### SMTP Username
|
||||
The username used for SMTP authentication.
|
||||
### SMTP Password
|
||||
The password used for SMTP authentication.
|
||||
@@ -1 +1,6 @@
|
||||
To be made.
|
||||
Sentri allows modules to be enabled or disabled. Each module provides its own functionality, which can be viewed [[../../index|here]].
|
||||
# Enabling and Disabling Modules
|
||||
To enable or disable modules, navigate to **Settings** > **Modules** and toggle the modules you want to enable or disable.
|
||||
|
||||
> [!Note]
|
||||
> The **Portal Management** module is always enabled and cannot be disabled.
|
||||
Reference in New Issue
Block a user