Merge pull request #4623 from gsiv/dev/examplecom

Don't use yourdomain.com as an example domain
This commit is contained in:
Emanuel Schütze 2019-04-25 08:22:59 +02:00 committed by GitHub
commit 5a8db608e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ def get_config_variables():
yield ConfigVariable(
name="users_email_sender",
default_value="noreply@yourdomain.com",
default_value="noreply@example.com",
input_type="string",
label="Email sender",
weight=600,