diff --git a/docs/en/authenticators.rst b/docs/en/authenticators.rst index 03686ed0..f5c5c28c 100644 --- a/docs/en/authenticators.rst +++ b/docs/en/authenticators.rst @@ -20,7 +20,7 @@ Configuration options: ``Auth`` - **identify**: Set this key with a value of bool ``true`` to enable checking the session credentials against the identifiers. When ``true``, the configured - `Identifiers <./identifers.md>`__ are used to identify the user using data + :doc:`/identifiers` are used to identify the user using data stored in the session on each request. Default value is ``false``. - **fields**: Allows you to map the ``username`` field to the unique identifier in your user storage. Defaults to ``username``. This option is