summaryrefslogtreecommitdiff
path: root/plugins/Authorization
AgeCommit message (Collapse)Author
2010-01-05Move Authorization and Authentication plugin structures into core, instead ↵Craig Andrews
of as plugins. This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
2009-11-18Blasted missing a $this!Craig Andrews
2009-11-18correct login checking logicCraig Andrews
2009-11-18Added Authorization pluginCraig Andrews
Added LDAPAuthorization plugin