You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Disabling User Account Recovery V1 API
With IS 7.0.0, User Account Recovery v1 API will be disabled by default.
It is recommended to migrate to the User Account Recovery v2 API. For users who still wish to use the v1 API, adjustments to the deployment.toml file are necessary. Add the following configuration to enable the v1 API:
[identity_mgt.recovery]
enable_v1_api = true
By incorporating this configuration, the v1 API will be kept enabled, aligning with behaviors observed in earlier versions.
The text was updated successfully, but these errors were encountered:
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
With the fixes done for #16536, following DB changes were done.
IDN_RECOVERY_FLOW_DATA
RECOVERY_FLOW_ID
column to theIDN_RECOVERY_DATA
tableRECOVERY_FLOW_ID
column a foreign key in theIDN_RECOVERY_DATA
tableRelated PR: wso2/carbon-identity-framework#4883
This needs a migration for the existing versions.
Note for the migration Impact doc
The text was updated successfully, but these errors were encountered: