summaryrefslogtreecommitdiff
path: root/actions/recoverpassword.php
AgeCommit message (Expand)Author
2009-05-01Several whitespace fixesOri Avtalion
2009-03-22Password recover and change form markup updated.Sarven Capadisli
2009-01-23Updated recoverpasswordEvan Prodromou
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-10-04better instructions in the password recovery pageEvan Prodromou
2008-09-30use two-arg constructor for confirmation codeEvan Prodromou
2008-09-30log a warning on recovery of old recovery codesEvan Prodromou
2008-08-29CSRF protection in recoverpasswordZach Copley
2008-08-17typo in forgotten password stringEvan Prodromou
2008-08-04better handling of unconfirmed email addressesEvan Prodromou
2008-08-04use an outstanding unconfirmed email address for password recovery if availableEvan Prodromou
2008-07-22base class is_readonly() now returns false by defaultzach
2008-07-22Added is_readonly() method to all Actionszach
2008-07-13Colapse a lot of strings to make like easier for translators and more consisi...Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-02methodEvan Prodromou
2008-06-24show better errors on bad codesEvan Prodromou
2008-06-24use $newpassword instead of $password consistentlyEvan Prodromou
2008-06-24correct field nameEvan Prodromou
2008-06-24type -> address_typeEvan Prodromou
2008-06-24slightly different from settingsactionEvan Prodromou
2008-06-24url for confirmation email is better, fancy urlEvan Prodromou
2008-06-24output a message when we send the recovery emailEvan Prodromou
2008-06-24rudimentary recoverpassword systemEvan Prodromou