Skip to content

Commit

Permalink
Address config name comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RushanNanayakkara committed Jun 20, 2024
1 parent 8132e60 commit 3e8b0d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class IdPManagementDAO {

private static final String OPENID_IDP_ENTITY_ID = "IdPEntityId";
private static final String ENABLE_SMS_OTP_IF_RECOVERY_NOTIFICATION_ENABLED
= "ConfigSwitching.OnInitialUse.EnableSMSOTPPasswordRecoveryIfConnectorEnabled";
= "OnDemandConfig.OnInitialUse.EnableSMSOTPPasswordRecoveryIfConnectorEnabled";

/**
* @param dbConnection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2632,9 +2632,9 @@
</MB>
</CacheInvalidator>

<ConfigSwitching>
<OnDemandConfig>
<OnInitialUse>
<EnableSMSOTPPasswordRecoveryIfConnectorEnabled>false</EnableSMSOTPPasswordRecoveryIfConnectorEnabled>
</OnInitialUse>
</ConfigSwitching>
</OnDemandConfig>
</Server>
Original file line number Diff line number Diff line change
Expand Up @@ -4080,10 +4080,10 @@
</CacheInvalidator>
{% endif %}

<ConfigSwitching>
<OnDemandConfig>
<OnInitialUse>
<EnableSMSOTPPasswordRecoveryIfConnectorEnabled>{{config_correction.on_initial_use.enable_sms_otp_password_recovery_if_connector_enabled}}</EnableSMSOTPPasswordRecoveryIfConnectorEnabled>
<EnableSMSOTPPasswordRecoveryIfConnectorEnabled>{{on_demand_config.on_initial_use.enable_sms_otp_password_recovery_if_connector_enabled}}</EnableSMSOTPPasswordRecoveryIfConnectorEnabled>
</OnInitialUse>
</ConfigSwitching>
</OnDemandConfig>

</Server>
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,6 @@
"connector.challenge_questions.enable": false,
"tenant_mgt.enable_email_domain": false,

"config_correction.on_initial_use.enable_sms_otp_password_recovery_if_connector_enabled": false
"on_demand_config.on_initial_use.enable_sms_otp_password_recovery_if_connector_enabled": false
}

0 comments on commit 3e8b0d1

Please sign in to comment.