Skip to content

Commit c43bf90

Browse files
Merge pull request #5630 from wso2/fixing-product-is-issue-26046-1760213086
Fix: Clarify <IS_HOME> definition in challenge questions configuration for all affected versions (Product IS issue #26046)
2 parents 09a855b + b62d606 commit c43bf90

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

en/identity-server/5.11.0/docs/learn/managing-challenge-questions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ Configuring a regex pattern for challenge question answers will ensure the uniqu
175175

176176
![validating-challenge-question-answers.png](../assets/img/using-wso2-identity-server/validating-challenge-question-answers.png)
177177

178+
!!! note
179+
`<IS_HOME>` refers to the root directory where your WSO2 Identity Server is installed or extracted. For example, `/home/user/wso2is-5.11.0`.
180+
178181
Alternatively, you can enable this server-wide instead of tenant-wise by adding the following configuration to the `<IS_HOME>/repository/conf/deployment.toml` file.
179182

180183
``` toml

en/identity-server/6.0.0/docs/guides/password-mgt/challenge-question.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Follow the steps below to configure WSO2 Identity Server to enable password rese
4242

4343
### Enable password reset via challenge questions globally
4444

45+
!!! note
46+
`<IS_HOME>` refers to the root directory where your WSO2 Identity Server is installed or extracted. For example, `/home/user/wso2is-6.0.0`.
47+
4548
1. Navigate to the `<IS_HOME>/repository/conf/deployment.toml`file and add the following configurations.
4649

4750
!!! tip

en/identity-server/6.1.0/docs/guides/password-mgt/challenge-question.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Follow the steps below to configure WSO2 Identity Server to enable password rese
4242

4343
### Enable password reset via challenge questions globally
4444

45+
!!! note
46+
`<IS_HOME>` refers to the root directory where your WSO2 Identity Server is installed or extracted. For example, `/home/user/wso2is-6.1.0`.
47+
4548
1. Navigate to the `<IS_HOME>/repository/conf/deployment.toml`file and add the following configurations.
4649

4750
!!! tip

0 commit comments

Comments
 (0)