edit record and send password?

Any tips and tricks that has to with the ADDT that doesn't fit into one of the other categories
antonio
Posts: 77
Joined: 2010-09-28 11:48

edit record and send password?

Post by antonio » 2012-02-07 17:44

Hi all,
I have a little question for you.

I have a user list/details page-set made with ADDT dynamic list/form.
I can insert new users and send email containing user data without problems.

But I need to send the same data when editing user details.
But obviously the password is not in the email.
By default ADDT leaves the fields "Old password", "new password" and "re-type password" empty so,when the email is automatically sent, the password field will be empty too.
I cannot bind the password field to the related form field (old password) since it would be prefilled when editing the record... thus breaking the security of the whole form.

Is there another way to send the current password (the one stored in the db) when updating the record and the password fields are not changed?

TIA

tony

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: edit record and send password?

Post by Fred » 2012-02-10 17:26

Try creating a new recordset that will retrieve the password and insert that then in the email

Post Reply