From a4556b3692b61bb33f975ca77d0fa43b82bba5c6 Mon Sep 17 00:00:00 2001 From: Joeri Colman Date: Mon, 29 Aug 2022 14:14:10 +0200 Subject: [PATCH] website/docs: Added mention of how to force 2fa (#3497) * Added mention of how to force 2fa Added mention of how to force 2fa and fixed some punctuation's. Signed-off-by: Joeri Colman * Update website/docs/flow/examples/flows.md Co-authored-by: Jens L. Signed-off-by: Joeri Colman Signed-off-by: Joeri Colman Co-authored-by: Jens L. --- website/docs/flow/examples/flows.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/docs/flow/examples/flows.md b/website/docs/flow/examples/flows.md index 2fccb023f..cda5261ba 100644 --- a/website/docs/flow/examples/flows.md +++ b/website/docs/flow/examples/flows.md @@ -28,7 +28,9 @@ You'll probably have to adjust the Email stage and set your connection details. Flow: right-click [here](/blueprints/example/flows-login-2fa.yaml) and save the file. -Login flow which follows the default pattern (username/email, then password), but also checks for the user's OTP token, if they have one configured +Login flow which follows the default pattern (username/email, then password), but also checks for the user's OTP token, if they have one configured. + +You can force two-factor authentication by editing the *Not configured action* in the Authenticator Validation Stage. ## Login with conditional Captcha @@ -36,7 +38,7 @@ Flow: right-click [here](/blueprints/example/flows-login-conditional-captcha.yam Login flow which conditionally shows the users a captcha, based on the reputation of their IP and Username. -By default, the captcha test keys are used. You can get a proper key [here](https://www.google.com/recaptcha/intro/v3.html) +By default, the captcha test keys are used. You can get a proper key [here](https://www.google.com/recaptcha/intro/v3.html). ## Recovery with email verification @@ -48,7 +50,7 @@ Recovery flow, the user is sent an email after they've identified themselves. Af Flow: right-click [here](/blueprints/example/flows-unenrollment.yaml) and save the file. -Flow for users to delete their account, +Flow for users to delete their account. :::warning This is done without any warning.