Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,12 @@ persisting the encoded password alone is enough.
All the encoded passwords are ``60`` characters long, so make sure to
allocate enough space for them to be persisted.

.. tip::

A simple technique to make tests much faster when using BCrypt is to set
the cost to ``4``, which is the minimum value allowed, in the ``test``
environment configuration.

.. _reference-security-firewall-context:

Firewall Context
Expand Down