From 29f344b98dee7c407662a393d6008e39d71366b5 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 1 Nov 2021 23:59:03 +0100 Subject: [PATCH] add setting to turn on MFA --- docs/settings/global.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/settings/global.md b/docs/settings/global.md index 1b39a24..a8c08da 100644 --- a/docs/settings/global.md +++ b/docs/settings/global.md @@ -29,6 +29,7 @@ Change how logins, password-forgot, signups are handled. | Enable SSO | Boolean | Enable SSO on the login-pages | False | | Enable password forgot | Boolean | Enable password forgot function on the login-pages.

This will let users reset their passwords on their own. For this feature to work you need to configure E-mail | True | | E-Mail required | Boolean | Require user to supply e-mail on signup.

Without a way (e-mail) to contact the user notifications and security features might not work! | False | +| Enforce MFA | Boolean | Users must use multifactor security.

This forces each user to setup MFA and use it on each autentication | False | | Mail twice | Boolean | On signup ask users twice for their mail | False | | Password twice | Boolean | On signup ask users twice for their password | True | | Auto-fill SSO users | Boolean | Automatically fill out user-details from SSO account-data.

If this feature is enabled the user is only asked for their username, first- and surname if those values can not be gathered from their SSO profile. This might lead to unwanted usernames bleading over. | True |