]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fixes for password recovery; lookups for unconfirmed addresses were failing or incons...
authorBrion Vibber <brion@pobox.com>
Fri, 12 Mar 2010 02:01:50 +0000 (18:01 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 12 Mar 2010 02:01:50 +0000 (18:01 -0800)
commitb9e903020137540ec629abb1089de276ba41cfc4
treee18e399152dca38041d5cbcab31f33654ea48a39
parenta715271f847fed7d7c725c5b752ea7a00800520a
Fixes for password recovery; lookups for unconfirmed addresses were failing or inconsistent (using staticGet with unindexed fields, which would not get decached correctly and could get confused if multiple pending confirmations of different types are around).
Also uses updated email functions to include extra headers and ensure the proper address is used.
actions/recoverpassword.php