Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-01 | Use common_nicknamize() in better places. | Craig Andrews | |
2010-02-26 | nicknamize the requested nickname during autoregistration | Craig Andrews | |
2010-01-29 | Pass 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-29 | autoRegister() expects a username existing in ldap, not the suggested_nickname | Eric Helgeson | |
2010-01-14 | Add nickname suggestion capability for use during autoregistration. | Craig Andrews | |
2010-01-05 | Move 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. |