This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
settings_server [2022/04/01 17:55] antreas |
settings_server [2023/11/22 17:32] (current) chris |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ^ Setting ^ Description ^ | ^ Setting ^ Description ^ | ||
| |Use Two Factor Authentication | Whether to enable two factor authentication for logging in | | |Use Two Factor Authentication | Whether to enable two factor authentication for logging in | | ||
| - | |The name of the two factor authentication | The name of the keys generated for two factor authenticated| | + | |The name of the two factor authentication | The name of the keys generated for two factor authentification| |
| |Email Address| The email present in all emails sent by PMA.core| | |Email Address| The email present in all emails sent by PMA.core| | ||
| - | |Send emails using| Whether to sent emails using the SendGrid service or by a mail server| | + | |Send emails using| Whether to sent emails using the SendGrid service or via a mail server| |
| |SendGrid Api Key| The api key to authenticate against SendGrid service | | |SendGrid Api Key| The api key to authenticate against SendGrid service | | ||
| Line 26: | Line 26: | ||
| |Max invalid login attempts before lock out}| The max invalid login attempts allowed for a user. Use 0 to never lockout | | |Max invalid login attempts before lock out}| The max invalid login attempts allowed for a user. Use 0 to never lockout | | ||
| |Automatically lift lock out after (seconds)| Automatically lift lock out after (seconds) | | |Automatically lift lock out after (seconds)| Automatically lift lock out after (seconds) | | ||
| - | |Allow duplicate emails| Whether the system can allow users with the same email but different username | | + | |Allow duplicate emails| Whether the system can allow users with the same email but different usernames | |
| |Force change password after days| Require users to change password after the specified amount of days | | |Force change password after days| Require users to change password after the specified amount of days | | ||
| |Password must be different from the last used | Require users to not use the same password twice | | |Password must be different from the last used | Require users to not use the same password twice | | ||
| Line 36: | Line 36: | ||
| ^ Setting ^ Description ^ | ^ Setting ^ Description ^ | ||
| |Case| The type of the letters case| | |Case| The type of the letters case| | ||
| - | |Length| The lenght of the generated password| | + | |Length| The length of the generated password| |
| |Include letters| Whether to include letters| | |Include letters| Whether to include letters| | ||
| |Include numbers| Whether to include numbers| | |Include numbers| Whether to include numbers| | ||
| Line 44: | Line 44: | ||
| ==== LDAP settings ==== | ==== LDAP settings ==== | ||
| - | Shows the list of configured LDAP servers used for authentication by PMA.core. You can also delete,update and create new LDAP server settings | + | Shows the list of configured LDAP servers used for authentication by PMA.core. You can also delete, update and create new LDAP server settings |
| {{::settings_srv_ldap.png?400|}} | {{::settings_srv_ldap.png?400|}} | ||
| Line 59: | Line 59: | ||
| ==== OAuth settings === | ==== OAuth settings === | ||
| - | Shows the list of configured OAuth servers used for authentication by PMA.core. You can also delete,update and create new OAuth server settings | + | Shows the list of configured OAuth servers used for authentication by PMA.core. You can also delete, update and create new OAuth server settings |
| ^ Setting ^ Description ^ | ^ Setting ^ Description ^ | ||
| Line 67: | Line 67: | ||
| === Add new OAuth server === | === Add new OAuth server === | ||
| - | Clicking the //Add new OAuth Server// button will take you to the page to fill the required info to add a new OAuth server that will be used for authentication by PMA.core. | + | Clicking the //Add new OAuth Server// button will take you to the page to fill out the required info to add a new OAuth server that will be used for authentication by PMA.core. |
| PMA.core uses the **Browser Flow** protocol for authentication as described the OAuth 2.0. For more information see [[https://oauth.net/2/|OAuth2.0]] | PMA.core uses the **Browser Flow** protocol for authentication as described the OAuth 2.0. For more information see [[https://oauth.net/2/|OAuth2.0]] | ||