settings: mark laposte.net as well-known domain, not laposte.fr (#50765)

This commit is contained in:
Frédéric Péters 2021-02-02 11:47:32 +01:00
parent e45f693512
commit ab6ee43978
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ default_settings = dict(
definition='Activate login/password authentication', names=('AUTH_PASSWORD',)),
A2_SUGGESTED_EMAIL_DOMAINS=Setting(
default=['gmail.com', 'msn.com', 'hotmail.com', 'hotmail.fr',
'wanadoo.fr', 'yahoo.fr', 'yahoo.com', 'laposte.fr',
'wanadoo.fr', 'yahoo.fr', 'yahoo.com', 'laposte.net',
'free.fr', 'orange.fr', 'numericable.fr'],
definition='List of suggested email domains'),
A2_LOGIN_FAILURE_COUNT_BEFORE_WARNING=Setting(