forked from Github-Mirrors/canaille
fix: doc: remove a space before :
This commit is contained in:
parent
5067bceebd
commit
35f889fd80
2 changed files with 2 additions and 2 deletions
|
@ -5492,7 +5492,7 @@ msgstr ""
|
|||
|
||||
#: ../tutorial/databases.rst:52
|
||||
#: dbd09fe39b724102813c8d259ad336f6
|
||||
msgid "If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user :"
|
||||
msgid "If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user:"
|
||||
msgstr ""
|
||||
|
||||
#: ../tutorial/databases.rst:58
|
||||
|
|
|
@ -49,7 +49,7 @@ It is used when the ``CANAILLE_LDAP`` configuration parameter is defined. For in
|
|||
|
||||
GROUP_BASE = "ou=groups,dc=mydomain,dc=tld"
|
||||
|
||||
If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user :
|
||||
If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user:
|
||||
|
||||
.. code-block:: toml
|
||||
|
||||
|
|
Loading…
Reference in a new issue