diff --git a/Portal Management/Settings/Global.md b/Portal Management/Settings/Global.md index 2bfbbcb..3405bec 100644 --- a/Portal Management/Settings/Global.md +++ b/Portal Management/Settings/Global.md @@ -1 +1,14 @@ -To be made. \ No newline at end of file +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.. \ No newline at end of file diff --git a/Portal Management/Settings/Mail.md b/Portal Management/Settings/Mail.md index 2bfbbcb..0ba6ba9 100644 --- a/Portal Management/Settings/Mail.md +++ b/Portal Management/Settings/Mail.md @@ -1 +1,24 @@ -To be made. \ No newline at end of file +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. \ No newline at end of file diff --git a/Portal Management/Settings/Modules.md b/Portal Management/Settings/Modules.md index 2bfbbcb..a65d7da 100644 --- a/Portal Management/Settings/Modules.md +++ b/Portal Management/Settings/Modules.md @@ -1 +1,6 @@ -To be made. \ No newline at end of file +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. \ No newline at end of file