Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Aug 17, 2022
1 parent f262354 commit 491c895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/configuration.rst
Expand Up @@ -87,7 +87,7 @@ Property Description

When no valid user is defined, the default user setup is applied: user ``administrator`` with password ``password`` (with administrator role).

The user passwords can be hashed, using the `Bcrypt <https://en.wikipedia.org/wiki/Bcrypt>`_ algorithm. In this case, the hashed password will be preceded by the prefix **{bcrypt}**. Make sure also to quote the **secret** value so that the $ signs do not get interpreted. The are many bcrypt hashers available online, for instance `bcrypt.online <https://bcrypt.online/>`_. As an example:
The user passwords can be hashed, using the `Bcrypt <https://en.wikipedia.org/wiki/Bcrypt>`_ algorithm. In this case, the hashed password will be preceded by the prefix **{bcrypt}**. Make sure also to quote the **secret** value so that the $ signs do not get interpreted. There are many bcrypt hashers available online, for instance `bcrypt.online <https://bcrypt.online/>`_. As an example:

.. code-block:: yaml
Expand Down

0 comments on commit 491c895

Please sign in to comment.