diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml
index e53a1aba60a3..7d452f3cc0f5 100644
--- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml
+++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml
@@ -1036,6 +1036,7 @@
+ false
false
true
diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2
index 1ca56d0d9059..f72aa4af3574 100644
--- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2
+++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2
@@ -1640,6 +1640,7 @@
+ {{identity_mgt.username_recovery.non_unique_user.enabled}}
{{identity_mgt.username_recovery.email.enable_username_recovery}}
{{identity_mgt.recovery.notification.manage_internally}}
diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json
index 444d74722afb..f8db0f4344a9 100644
--- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json
+++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json
@@ -434,6 +434,7 @@
"identity_mgt.login_identifiers.enable": false,
"identity_mgt.login_identifiers.primary_claim": "http://wso2.org/claims/username",
+ "identity_mgt.username_recovery.non_unique_user.enabled" : false,
"identity_mgt.username_recovery.email.enable_username_recovery": false,
"identity_mgt.username_recovery.email.enable_recaptcha": false,