Help using UE with lost password
I have a lost pwd page that sends only the first entry in the database. That is, no matter what name I test from the database, it only sends the username and password from the first record. I am using UE306 and DW CS4.
On my lost pwd page, I have a recordset that sets the filter as user_id = URL Parameter and user_id.
In UE I have the to: field set to the email address entered in the lost pwd form.
For the lost pwd information sent to the email address, I am getting the username and password from the recordset (yet it's always from the first entry). Any ideas, or any other information needed?


The code that you have here looks like it should be selecting the record for the user where the id matches the $_GET['user_id'] value. This is not very secure though as a user could edit the id to be whatever they would like. 
