Issue 67: Forget Username and Password is invalid
Status:  Verified
Owner: ----
Closed:  Mar 2012
Reported by andrew.s...@gmail.com, Feb 13, 2012
The disaster database password forget/reminding system doesn't seem to be working. 
Feb 23, 2012
Project Member #1 hki...@nd.edu
Neither is the forget user name.
Summary: Forget Retrieval
Feb 23, 2012
Project Member #2 hki...@nd.edu
(No comment was entered for this change.)
Summary: Forget Username and Password is invalid
Mar 3, 2012
Project Member #3 cj...@nd.edu
Fixed it.  

The forgot username wasn't working due to function stripslashes() being called twice in retrieveuserinfo2.php.  Once explicitly and once through function "scrub_input()", from functions.php.

The forgot password wasn't working due to the if statement on line 29 that originally had the parameters "$messages[0] || (errCount==1 && messages[1])".  The $messages[0] always fired true due to validator being called on a blank $email (as you give it a username to retrieve the password).  Thus $username was set to "BLANK" and the rest of the code threw errors.
Status: Verified