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.