summaryrefslogtreecommitdiff
path: root/modules/user/controllers/password.php
AgeCommit message (Expand)Author
2010-08-15We use UTF-8 everywhere. Fixes ticket #1285.Bharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-27Add more randomness to reset password mechanism.Andy Staudacher
2010-02-11Get rid of unnecessary view file.Andy Staudacher
2010-02-11Include user name in logging message for failed password reset. As Bharat poi...Andy Staudacher
2010-02-11Fix for ticket 1010: Don't leak valid user names in "forgot password" form.Andy Staudacher
2010-02-09Fix password reset confirmationAndy Staudacher
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-10-27Add a password strength meter.Tim Almdal
2009-10-27Set the minimum password length to 5. The gallery owner can change this in t...Tim Almdal
2009-10-27When we are changing the password using the change password from as part of t...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-19Simplify the user interface by moving the password reset functionality into t...Tim Almdal
2009-10-06Change the focus of the user module from providing user/group management to p...Tim Almdal
2009-10-05First pass on converting calls to the Identity interface. Will worry about wr...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-10Use abs_url() inside url::redirect() calls so that we don't just windBharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-27Don't ask for csrf when we're resetting passwords. They're not gonna have on...Bharat Mediratta
2009-07-16Add missing ) dropped in 8f9a943f.Bharat Mediratta
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-06Don't ask for CSRF token when trying to view the password reset form.Bharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-31Clean up view variablesBharat Mediratta
2009-05-27Use a random value for the password reset hash to reduce the chancesBharat Mediratta
2009-05-21Changed Name label to Username, closes ticket #93Chad Kieffer
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Log password reset attempts. Fixes ticket #251.Bharat Mediratta
2009-02-10Line length fixBharat Mediratta
2009-02-04Complete the Recover Password functionality (Ticket #5).Tim Almdal
2009-02-04A preview of the password reset functionality. What's working... youTim Almdal