]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/recoverpassword.php
Minor
[quix0rs-gnu-social.git] / actions / recoverpassword.php
2009-01-23 Evan ProdromouMerge branch 'master' of /var/www/mublog
2009-01-23 Robin MilletteMerge branch 'master' of /var/www/trunk
2009-01-23 sarvenMerge branch 'master' of ../trunk
2009-01-23 Evan ProdromouUpdated recoverpassword
2009-01-21 Evan ProdromouMerge branch 'master' into groups
2009-01-19 Evan ProdromouMerge branch 'master' of /var/www/trunk
2009-01-16 Evan ProdromouMerge branch 'master' of /var/www/trunk into uiredesign
2009-01-15 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-15 Evan ProdromouConvert use of common_server_error and common_user_erro...
2009-01-15 Evan ProdromouConvert all actions to use new UI functions
2009-01-12 Ori AvtalionRemoved double spaces from strings
2009-01-12 Evan ProdromouMerge branch 'master' of http://goukihq.org/misc/git...
2009-01-08 Evan ProdromouMerge branch 'master' of ../laconica-stable
2009-01-06 Evan ProdromouMerge branch 'master' into devel
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-10-04 Evan Prodromoubetter instructions in the password recovery page
2008-09-30 Evan Prodromouuse two-arg constructor for confirmation code
2008-09-30 Evan Prodromoulog a warning on recovery of old recovery codes
2008-08-29 Zach CopleyCSRF protection in recoverpassword
2008-08-17 Evan Prodromoutypo in forgotten password string
2008-08-04 Evan Prodromoubetter handling of unconfirmed email addresses
2008-08-04 Evan Prodromouuse an outstanding unconfirmed email address for passwo...
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-13 Mike CochraneColapse a lot of strings to make like easier for transl...
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-02 Evan Prodromoumethod
2008-06-24 Evan Prodromoushow better errors on bad codes
2008-06-24 Evan Prodromouuse $newpassword instead of $password consistently
2008-06-24 Evan Prodromoucorrect field name
2008-06-24 Evan Prodromoutype -> address_type
2008-06-24 Evan Prodromouslightly different from settingsaction
2008-06-24 Evan Prodromouurl for confirmation email is better, fancy url
2008-06-24 Evan Prodromououtput a message when we send the recovery email
2008-06-24 Evan Prodromourudimentary recoverpassword system