summaryrefslogtreecommitdiff
path: root/actions/recoverpassword.php
AgeCommit message (Expand)Author
2010-03-11Fixes for password recovery; lookups for unconfirmed addresses were failing o...Brion Vibber
2010-03-04Fix a few typosRasmus Lerdorf
2009-11-08Several updates to UI messagesSiebrand Mazeland
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-07-22Changed file back to 0644.Eric Helgeson
2009-07-21Added hidden input to showRecoverForm() so form can be submitted without erro...Steve Winton
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
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