From fdfe41bdda2b8e4d5f1696906e8f4aab3e9ca128 Mon Sep 17 00:00:00 2001 From: Michael Schnitzler Date: Wed, 7 Feb 2024 11:51:21 +0100 Subject: [PATCH] fix documentation for resetting OTP in "reset credentials" flow (#26834) The former version stated that the "Reset OTP" step had to be disabled in the "reset credentials" authentication flow in order to keep the OTP unchanged. This leads to an error. More precisely, the "Reset - Conditional OTP" sub-flow has to be disabled. Fixex #26834 Signed-off-by: Michael Schnitzler --- .../server_admin/topics/login-settings/forgot-password.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/server_admin/topics/login-settings/forgot-password.adoc b/docs/documentation/server_admin/topics/login-settings/forgot-password.adoc index ab7171ca62c..5afe569fb1c 100644 --- a/docs/documentation/server_admin/topics/login-settings/forgot-password.adoc +++ b/docs/documentation/server_admin/topics/login-settings/forgot-password.adoc @@ -38,7 +38,7 @@ To change this behavior, perform these steps: .Reset credentials flow image:images/reset-credentials-flow.png[Reset Credentials Flow] + -If you do not want to reset the OTP, set the `Reset OTP` requirement to *Disabled*. +If you do not want to reset the OTP, set the `Reset - Conditional OTP` sub-flow requirement to *Disabled*. . Click *Authentication* in the menu. . Click the *Required actions* tab. . Ensure *Update Password* is enabled.