forked from Github-Mirrors/canaille
Merge branch 'fix-duplicate-word' into 'main'
doc: fix: remove a duplicated word See merge request yaal/canaille!195
This commit is contained in:
commit
69cf7d6753
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ Unless their account is :ref:`locked <feature_account_locking>`, users can authe
|
|||
User registration
|
||||
=================
|
||||
|
||||
Users can create accounts on Canaille if the feature :attr:`registration feature <canaille.core.configuration.CoreSettings.ENABLE_REGISTRATION>` is enabled. They will be able to fill a registration form with the fields detailed in the default :class:`ACL settings <canaille.core.configuration.ACLSettings>`.
|
||||
Users can create accounts on Canaille if the :attr:`registration feature <canaille.core.configuration.CoreSettings.ENABLE_REGISTRATION>` is enabled. They will be able to fill a registration form with the fields detailed in the default :class:`ACL settings <canaille.core.configuration.ACLSettings>`.
|
||||
|
||||
If :attr:`email confirmation <canaille.core.configuration.CoreSettings.EMAIL_CONFIRMATION>` is also enabled, users will be sent a confirmation link to their email address, on which they will need to click in order to finalize their registration.
|
||||
|
||||
|
|
|
@ -2882,7 +2882,7 @@ msgstr ""
|
|||
|
||||
#: ../features.rst:90
|
||||
#: 4780fab4d36744c6991df9ae3919e4a0
|
||||
msgid "Users can create accounts on Canaille if the feature :attr:`registration feature <canaille.core.configuration.CoreSettings.ENABLE_REGISTRATION>` is enabled. They will be able to fill a registration form with the fields detailed in the default :class:`ACL settings <canaille.core.configuration.ACLSettings>`."
|
||||
msgid "Users can create accounts on Canaille if the :attr:`registration feature <canaille.core.configuration.CoreSettings.ENABLE_REGISTRATION>` is enabled. They will be able to fill a registration form with the fields detailed in the default :class:`ACL settings <canaille.core.configuration.ACLSettings>`."
|
||||
msgstr ""
|
||||
|
||||
#: ../features.rst:92
|
||||
|
|
Loading…
Reference in a new issue