summaryrefslogtreecommitdiff
path: root/plugins/ReverseUsernameAuthentication
AgeCommit message (Collapse)Author
2010-02-24Improve description of what the provide_name parameter meansCraig 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-09Add version information to a bunch of pluginsCraig 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.
2009-11-12Added a User_username table that links the external username with a ↵Craig Andrews
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static