@@ -28,9 +28,6 @@ In addition, it's also possible to customize the sign-up form by:
- Providing a custom help text, in markdown format
- Including additional fields in the form, for instance to ask the user why they want to join. Data collected through these fields is included in the sign-up request and viewable by the mods
Federated reports
^^^^^^^^^^^^^^^^^
...
...
@@ -52,6 +49,15 @@ or hard drives.
We plan to remove the old engine in an upcoming release. In the meantime, if anything goes wrong,
you can switch back by setting ``USE_FULL_TEXT_SEARCH=false`` in your ``.env`` file.
Enforced email verification
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The brand new ``ACCOUNT_EMAIL_VERIFICATION_ENFORCE`` setting can be used to make email verification
mandatory for your users. It defaults to ``false``, and doesn't apply to superuser accounts created through
the CLI.
If you enable this, ensure you have a SMTP server configured too.
Determine wether users need to verify their email address before using the service. Enabling this can be useful
to reduce spam or bots accounts, however, you'll need to configure a SMTP server so that your users can receive the
verification emails.
Note that regardless of the setting value, superusers created through the command line will never require verification.
Default: ``false``
.. _setting-EMAIL_CONFIG:
``EMAIL_CONFIG``
...
...
@@ -76,13 +89,13 @@ Possible values:
- ``smtp+tls://user:password@youremail.host:587``: Send emails via SMTP via youremail.host on port 587, using TLS encryption, authenticating as user "user" with password "password"
.. note::
If ``user`` or ``password`` contain special characters (eg.
If ``user`` or ``password`` contain special characters (eg.
``noreply@youremail.host`` as ``user``), be sure to urlencode them, using
<divclass="header"><translatetranslate-context="Content/Login/Error message.Title">We cannot log you in</translate></div>
<ulclass="list">
<liv-if="error == 'invalid_credentials'">
<translatetranslate-context="Content/Login/Error message.List item/Call to action">Please double-check your username/password couple is correct</translate>