Skip to content
Prev Previous commit
Next Next commit
Shortened/clarified password encryption tip
  • Loading branch information
Nathan Vonnahme committed Apr 4, 2011
commit 4090bdb7b265b80f5d56a4c7e05cacc5a7e58170
4 changes: 2 additions & 2 deletions quick_tour/the_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ Moreover, the ``admin`` user has a ``ROLE_ADMIN`` role, which includes the

.. tip::

For readability, passwords are stored in clear in this simple
configuration, but using any hashing algorithm is a matter of tweaking the
For readability, passwords are stored in clear text in this simple
configuration, but you can use any hashing algorithm by tweaking the
``encoders`` section.

Going to the ``http://localhost/Symfony/web/app_dev.php/demo/secured/hello``
Expand Down