mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Enable the normalize_emails site setting by default (#29587)
The normalize_emails setting makes it so that only canonical e-mails are considered for validation purposes. This means disallowing "plus addressing". For example, with this enabled, bob@discourse.org and bob+foo@discourse.org are considered the same address, and you can only sign up with one of them. Currently this is disabled by default, leading to a lot of spam sign-ups. It's healthier to consider this an opt-out setting.
This commit is contained in:
@@ -596,7 +596,7 @@ login:
|
||||
type: host_list
|
||||
list_type: simple
|
||||
normalize_emails:
|
||||
default: false
|
||||
default: true
|
||||
auto_approve_email_domains:
|
||||
default: ""
|
||||
type: host_list
|
||||
|
||||
Reference in New Issue
Block a user