advanced_email_validation

This commit is contained in:
2023-11-21 10:56:03 +01:00
parent 7ef7b26921
commit b2d979ad98
4 changed files with 132 additions and 1 deletions
@@ -0,0 +1,22 @@
_core:
default_config_hash: hDHibRMnt4UhcwZXzLcpuleyFpNXxIPIWdB_-XaCnyQ
langcode: fr
override_site_defaults: false
rules:
mx_lookup: mx_lookup
disposable: '0'
free: '0'
banned: '0'
error_messages:
basic: 'Not a valid email address'
mx_lookup: 'Not a valid email address'
disposable: 'Disposable emails are not allowed'
free: 'Free public email providers are not allowed'
banned: 'Emails using this domain are not allowed'
domain_lists:
disposable:
- ''
free:
- ''
banned:
- ''
+1
View File
@@ -6,6 +6,7 @@ module:
address: 0
admin_toolbar: 0
admin_toolbar_links_access_filter: 0
advanced_email_validation: 0
advanced_text_formatter: 0
audiofield: 0
autocomplete_deluxe: 0