Hi, My "send my password" form has not worked for a long time and I'm finally getting around to investigating why. I have this feature enabled in the advanced settings. It appears the form is correct (see below) and I have not messed with sendpass.php, but no matter how many legit account ID's or email addresses you enter, the response is always "could not find user in the database". Looking at sendpass.php, it would appear this is due to the security code not being correct, but I can't tell how that code is produced and sent as a variable. Any insights into this would help a lot. My form code: Code: <form name="sendpass" id="signup" method="post" action="{$config.root_url}/sendpass.php"> <label>Email or Username</label> <input type="text" name="login" size="20" /> <input class="button" name="getpassword" type="submit" value="Go" /> </form> The response sent to changepass_failed.html: Code: The information you have entered is incorrect. Username [] does not exist in database