From b4a950ba0c48c16539f4aa49378a6e50fcf13018 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Sat, 5 Dec 2015 11:03:39 +0100 Subject: [PATCH] Update security.rst --- book/security.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/book/security.rst b/book/security.rst index 8cf0a2b4174..02df56fc781 100644 --- a/book/security.rst +++ b/book/security.rst @@ -508,8 +508,9 @@ else, you'll want to encode their passwords. The best algorithm to use is .. include:: /cookbook/security/_ircmaxwell_password-compat.rst.inc Of course, your users' passwords now need to be encoded with this exact algorithm. -For hardcoded users, you can use an `online tool`_, which will give you something -like this: +For hardcoded users, you can use an `online tool`_ (this is a public tool and it should not be used with real passwords because of the risk of farming or other possible security issues). + +It will give you something like this: .. configuration-block::