
cherokee at cherokee-project
Jul 1, 2009, 6:54 AM
Views: 97
Permalink
|
|
[3409] cherokee/trunk/doc/modules_validators_mysql.txt: Add the new "hash" parameter to the documentation.
|
|
Revision: 3409 http://svn.cherokee-project.com/changeset/3409 Author: alo Date: 2009-07-01 15:54:51 +0200 (Wed, 01 Jul 2009) Log Message: ----------- Add the new "hash" parameter to the documentation. Patch by Frank Groeneveld <frankgroeneveld[at]gmail.com>. Modified Paths: -------------- cherokee/trunk/doc/modules_validators_mysql.txt Modified: cherokee/trunk/doc/modules_validators_mysql.txt =================================================================== --- cherokee/trunk/doc/modules_validators_mysql.txt 2009-07-01 13:48:36 UTC (rev 3408) +++ cherokee/trunk/doc/modules_validators_mysql.txt 2009-07-01 13:54:51 UTC (rev 3409) @@ -22,8 +22,9 @@ connection. __query__ , Required. The query to execute to authenticate \ the HTTP user. -__use_md5_passwd__ , Optional. The passwords in the database table \ - are hashed with MD5. Default: __0__. +__hash__ , Optional. What the passwords in the database table \ + are hashed with. Valid options are __sha1__ \ + __md5__ or __none__. Default: __none__. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The `query` parameter is given an argument `$\{user}` so you can query
|