]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Ticket #3076: fix regression in password recovery when email address given that doesn...
authorBrion Vibber <brion@pobox.com>
Wed, 9 Mar 2011 23:46:24 +0000 (15:46 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 9 Mar 2011 23:46:24 +0000 (15:46 -0800)
commite74590d41465b691cc49f4ae50fc9d9013293a91
treee6cb4b1d907a9665d8b128517a92d8fff3e60b90
parent4ea35f339d9f926c1c1f50c4b11a9149e8e524f4
Ticket #3076: fix regression in password recovery when email address given that doesn't match

Was triggering errors due to use of common_canonical_nickname() on arbitrary input without checking for exceptions about invalid nicknames (which didn't exist long ago in the before time)
actions/recoverpassword.php