G
Guest
Hello.
I'll explain the needs first of all.
We need to send a link by email (to an existing customer) so while he press
the link
his data will show on a form which he can update.
we need to ensuare couple of things :
1) the link we sending to his email , has an id with customer ID, how to
prevent the customer from changing the id and maybee see others data ?
2) we do not want to use user_id, password mechanisim to let him log on to
the form the link redirects to, is there any other ways to ensure that the
customer
wont pass his email with his link to someone else ?
we thought of maybe instead of the link we will send small form with button
and when the user click on it we maybe can take his email from his email
client
and compare that email to the one in our DB , to ensure that he/she is right
now using the form we want. Is this possible ?
TIA for any direction
I'll explain the needs first of all.
We need to send a link by email (to an existing customer) so while he press
the link
his data will show on a form which he can update.
we need to ensuare couple of things :
1) the link we sending to his email , has an id with customer ID, how to
prevent the customer from changing the id and maybee see others data ?
2) we do not want to use user_id, password mechanisim to let him log on to
the form the link redirects to, is there any other ways to ensure that the
customer
wont pass his email with his link to someone else ?
we thought of maybe instead of the link we will send small form with button
and when the user click on it we maybe can take his email from his email
client
and compare that email to the one in our DB , to ensure that he/she is right
now using the form we want. Is this possible ?
TIA for any direction