Created
October 24, 2018 07:18
-
-
Save kasunsiyambalapitiya/623c0641103535497c2d9d2ee4ad2acf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update_number: xxxx | |
platform_version: 4.4.0 | |
platform_name: wilkes | |
md5sum: 0b45bdf02ff0f468aaf89bdff415b0e0 | |
description: | | |
This update changing the structure of the identity XML file to enable reCaptcha for account recovery. | |
instructions: | | |
1. You can enable the reCaptcha using management console, where management console -> Identity Providers -> Resident Identity Provider -> | |
Account Management Policies tab -> Account Recovery tab, then, | |
select the Enable reCaptcha checkbox to enable reCaptcha for the username recovery/password recovery flow. | |
2. Otherwise, if you wish to configure account recovery reCaptcha globally then, | |
Navigate to the <IS_HOME>/repository/conf/identity/identity.xml file and add the following ReCaptcha configurations under the recovery block. | |
Tip: To avoid any configuration issues, do this before starting up the WSO2 Identity Server product instance. | |
<Recovery> | |
<ReCaptcha> | |
<Password> | |
<Enable>true</Enable> | |
</Password> | |
<Username> | |
<Enable>true</Enable> | |
</Username> | |
</ReCaptcha> | |
............. | |
</Recovery> | |
bug_fixes: | |
https://github.com/wso2/product-is/issues/3777: Need to Support Captcha Validation | |
for Account Recovery | |
compatible_products: | |
- product_name: wso2is | |
product_version: 5.7.0.full | |
added_files: [] | |
removed_files: [] | |
modified_files: | |
- repository/deployment/server/webapps/api#identity#recovery#v0.9.war | |
- repository/components/plugins/org.wso2.carbon.identity.captcha_1.1.37.jar | |
- repository/components/plugins/org.wso2.carbon.identity.recovery_1.1.37.jar | |
partially_applicable_products: | |
- product_name: wso2is-km | |
product_version: 5.7.0.full | |
added_files: [] | |
removed_files: [] | |
modified_files: | |
- repository/components/plugins/org.wso2.carbon.identity.captcha_1.1.37.jar | |
- repository/components/plugins/org.wso2.carbon.identity.recovery_1.1.37.jar | |
- product_name: wso2ob-km | |
product_version: 5.7.0.full | |
added_files: [] | |
removed_files: [] | |
modified_files: | |
- repository/components/plugins/org.wso2.carbon.identity.captcha_1.1.37.jar | |
- repository/components/plugins/org.wso2.carbon.identity.recovery_1.1.37.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment