]> 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:48:46 +0000 (15:48 -0800)
commit4d5f8e7876e291bd309963e9a56dc1a8ad5a5f89
treea1eb0dea8918f7309593c7fe59f6c4f89c736bf5
parent316fd01e20830c4c4afb3fbe4fd1a367a24de779
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