advanced_email_validation
This commit is contained in:
@@ -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:
|
||||
- ''
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user