Changes between Version 2 and Version 3 of SQLAuthStorePlugin


Ignore:
Timestamp:
Feb 25, 2013, 10:38:35 PM (11 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SQLAuthStorePlugin

    v2 v3  
    66
    77Under `account-manager` section you can configure:
    8  * `hash_method` (hash method used for storing/reading passwords from the database)
     8 * `hash_method` (hash method used for storing/reading passwords from the database, like `HtPasswdHashMethod` or `HtDigestHashMethod`)
    99 * `sql_auth_table` (name of the table in the database)
    10  * `sql_read_only` (should the plugin also allow updating the table through Trac)
     10 * `sql_read_only` (should the plugin also allow updating the table through Trac, `true` or `false`)
    1111
    1212For database connection Trac database connection is used. So the idea is that in the Trac database you create a table for users (or you can use something like PostgreSQL schema search path to combine multiple schemas together).