Index: docs/authentication.txt
===================================================================
--- docs/authentication.txt	(revision 4700)
+++ docs/authentication.txt	(working copy)
@@ -204,7 +204,7 @@
 
 That's hashtype, salt and hash, separated by the dollar-sign character.
 
-Hashtype is either ``sha1`` (default) or ``md5`` -- the algorithm used to
+Hashtype is either ``sha1`` (default), ``md5``, or ``crypt`` (development version) -- the algorithm used to
 perform a one-way hash of the password. Salt is a random string used to salt
 the raw password to create the hash.
 
