summaryrefslogtreecommitdiff
path: root/classes/pref_users.php
AgeCommit message (Collapse)Author
2012-07-05Make Handler::before() hierarchy consistentJohn Keeping
In API, the before() method (inherited from Handler) takes a $method argument, although this is not declared for the before method() in handler. PHP in strict mode treats this as an error. Since call sites already pass the $method argument, change Handler::before() and the before() method in all other subclasses to take this argument.
2012-01-23add get_random_bytes() in case openssl_random_pseudo_bytes() is unavailableAndrew Dolgov
2012-01-23fix various password-change related functionsAndrew Dolgov
2011-12-26experimental CSRF protectionAndrew Dolgov
2011-12-13simplify default global config, expand sanity_check messagesAndrew Dolgov
2011-12-13implement ProtectedHandlerAndrew Dolgov
2011-12-13add Pref_Users classAndrew Dolgov