Changes between Version 5 and Version 6 of SqlFlexibleAuthStorePlugin


Ignore:
Timestamp:
May 14, 2013, 12:53:26 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Escape markup.

Legend:

Unmodified
Added
Removed
Modified
  • SqlFlexibleAuthStorePlugin

    v5 v6  
    55== Description ==
    66
    7 This plugin provides an SQL authstore for authenticating against an SQL table and an PermissionGroup provider, also from SQL. It also provides an AdminPanel where you can edit groups and group memberships.
     7This 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.
    88It 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.
    99The code was started by copying the [wiki:HtGroupEditorPlugin HtGroupEditor] and the [wiki:SQLAuthStorePlugin SQLAuthStore] plugins.