Skip to content

Commit

Permalink
Myconext external validation is switched off
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 19, 2024
1 parent 6a64508 commit 052449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ feature:
warning_educational_email_domain: {{ myconext.feature_warning_educational_email_domain }}
connections: {{ myconext.feature_show_connections }}
# Do we allow the account linking to take place with the accounting IdP, e.g. add extra button in IdP link screen
use_external_validation: {{ myconext.feature_use_external_validation }}
use_external_validation: false
# Do we deny emails that are known Disposable Email Providers
deny_disposable_email_providers: {{ myconext.feature_deny_disposable_email_providers }}
use_deny_allow_list:
Expand Down

0 comments on commit 052449a

Please sign in to comment.