Corrected documentation.

This commit is contained in:
Chris 2012-03-16 15:08:41 +00:00
parent cb1df80700
commit 1b459def45

View File

@ -33,12 +33,10 @@
# * userfield - The name of the column in the table that stores usernames.
# * passfield - The password column in the table.
#
# The module also expects a 'system_salt' value in the configuration
# table to include in the salting process. The following arguments may
# also be provided to the module constructor:
# The following arguments may also be provided to the module constructor:
#
# * brypt_cost - the number of iterations of hashing to perform. This
# defaults to COST_DEFAULT if not specified.
# * bcrypt_cost - the number of iterations of hashing to perform. This
# defaults to COST_DEFAULT if not specified.
package AuthMethod::Database;
use strict;