Changes between Version 8 and Version 9 of SQLAuthStorePlugin


Ignore:
Timestamp:
Feb 3, 2016, 7:34:40 PM (8 years ago)
Author:
figaro
Comment:

Hosted on github

Legend:

Unmodified
Added
Removed
Modified
  • SQLAuthStorePlugin

    v8 v9  
    1212 * `sql_read_only`: should the plugin also allow updating the table through Trac, `true` or `false`.
    1313
    14 For 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.
     14As a database connection the 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.
    1515
    1616Table schema is simple:
     
    3434
    3535Run the following to install this plugin:
    36 {{{
    37 #!sh
     36{{{#!sh
    3837pip install SQLAuthStorePlugin
    3938}}}
    4039
    41 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     40For more information, please follow [t:wiki:TracPlugins#InstallingaTracPlugin documentation] on how to install Trac plugins.
    4241
    4342== Author/Contributors