diff options
Diffstat (limited to 'docs/lib/passlib.context-usage.rst')
| -rw-r--r-- | docs/lib/passlib.context-usage.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/lib/passlib.context-usage.rst b/docs/lib/passlib.context-usage.rst index 8464a1e..8609d6d 100644 --- a/docs/lib/passlib.context-usage.rst +++ b/docs/lib/passlib.context-usage.rst @@ -142,7 +142,8 @@ applications with advanced policy requirements may want to create a hash policy ;the 'vary' field will cause each new hash to randomly vary ;from the default by the specified %. pbkdf2_sha1.default_rounds = 20000 - pbkdf2_sha1.vary_rounds = 10% + pbkdf2_sha1.vary_rounds = 10%% + ; NOTE the '%' above has to be doubled due to configparser interpolation ;applications can choose to treat certain user accounts differently, ;by assigning different types of account to a 'user category', |
