Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | (Theoretically) allow users to change their passwords. | Craig Andrews | |
I cannot test this... but I hope it works :-) | |||
2009-11-17 | Reformatted for 80 character width, and clarified the username/nickname ↵ | Craig Andrews | |
attribute difference | |||
2009-11-12 | Added 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 | |||
2009-11-11 | Rename the plugins, as I'm separating out Authn, Authz, and user information ↵ | Craig Andrews | |
into separate plugins |