summaryrefslogtreecommitdiff
path: root/lib/authenticationplugin.php
AgeCommit message (Collapse)Author
2010-03-01Use common_nicknamize() in better places.Craig Andrews
2010-02-26nicknamize the requested nickname during autoregistrationCraig Andrews
2010-01-29Pass username and nickname to autoregister so auth plugins can set the ↵Craig Andrews
nickname correct when creating a new user. Continues fixing what Eric Helgeson pointed out in 01eb4e8f003bf62575ec16dfb6127d7534be9c88
2010-01-29autoRegister() expects a username existing in ldap, not the suggested_nicknameEric Helgeson
2010-01-14Add nickname suggestion capability for use during autoregistration.Craig Andrews
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.