Changes between Version 6 and Version 7 of SqlFlexibleAuthStorePlugin


Ignore:
Timestamp:
Apr 19, 2015, 12:48:18 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • SqlFlexibleAuthStorePlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = SqlFlexibleAuthStorePlugin =
     3= SQL authstore for authenticating against an SQL table
    44
    5 == Description ==
     5== Description
    66
    77This plugin provides an SQL authstore for authenticating against an SQL table and an `IPermissionGroup` provider, also from SQL. It also provides an !AdminPanel where you can edit groups and group memberships.
     8
    89It depends on AccountManager. In the accountmanager configuration panel you can create custom sql query's used to find the users, groups and memberships and edit them. Sane defaults are provided though, as is an sql file in the source code with which you can create the tables.
    910The code was started by copying the [wiki:HtGroupEditorPlugin HtGroupEditor] and the [wiki:SQLAuthStorePlugin SQLAuthStore] plugins.
    1011
    11 == Bugs/Feature Requests ==
     12== Bugs/Feature Requests
    1213
    1314Existing bugs and feature requests for SqlFlexibleAuthStorePlugin are
     
    1718[http://trac-hacks.org/newticket?component=SqlFlexibleAuthStorePlugin&owner=dolfandringa new ticket].
    1819
    19 == Download ==
     20[[TicketQuery(component=SqlFlexibleAuthStorePlugin&group=type,format=progress)]]
     21
     22== Download
    2023
    2124Download the zipped source from [download:sqlflexibleauthstoreplugin here].
    2225
    23 The plugin has been created for trac 0.12, but it should work for trac 0.11 as well.
     26The plugin has been created for Trac 0.12, but it should work for Trac 0.11 as well.
    2427
    25 == Installation ==
    26 
    27 Just download the source, and [http://trac.edgewall.org/wiki/TracPlugins#Forasingleproject build and install the egg file].
    28 In the source directory in sqlflexibleauthstore/sql there is an sql file for creating the necessary tables, if you don't have your own tables already.
    29 
    30 == Source ==
     28== Source
    3129
    3230You can check out SqlFlexibleAuthStorePlugin from [http://trac-hacks.org/svn/sqlflexibleauthstoreplugin here] using Subversion, or [source:sqlflexibleauthstoreplugin browse the source] with Trac.
    3331
    34 == Example ==
     32== Installation
    3533
    36 If you want the authentication of trac to be done from an sql database, and possibly use these groups and users also for other applications, this plugin let's you define users, groups and memberships in the trac admin panel, using the accountmanager plugin.
     34Download the source, and [http://trac.edgewall.org/wiki/TracPlugins#Forasingleproject build and install the egg file].
     35In the source directory in sqlflexibleauthstore/sql there is an SQL file for creating the necessary tables, if you don't have your own tables already.
    3736
    38 == Recent Changes ==
     37== Example
     38
     39If you want the authentication of Trac to be done from an SQL database, and possibly use these groups and users also for other applications, then this plugin lets you define users, groups and memberships in the Trac admin panel, using the AccountManager plugin.
     40
     41== Recent Changes
    3942
    4043[[ChangeLog(sqlflexibleauthstoreplugin, 3)]]
    4144
    42 == Author/Contributors ==
     45== Author/Contributors
    4346
    4447'''Author:''' [wiki:dolfandringa] [[BR]]
    45 '''Maintainer:''' [wiki:dolfandringa] [[BR]]
     48'''Maintainer:''' [[Maintainer]] [[BR]]
    4649'''Contributors:'''