Jump to content
  • 0

Developer


spyne

Question

Hi,
We have a data page to set up first time users and an email is sent to the user to set up their password.  However the link is not generated correctly, I am not sure how to fix this.

image.png

This is how the email is set up on the data page, I only took over managing this recently so I do not fully understand Caspio, can anyone help me?

image.png.23f58c0e451c124ba708eb814fd27777.png

Thanks

Susan

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

What you have a password recovery to reset forgotten password. Here is what you need to do:

1- Add a GUID field to the user table and call it: GUID and add another field call it "Verified"

2- Create a view to filter the table to only pull the records that verified is not checked.

3- Create a single record update form based on your user table and check to receive external parameter in this format: [@GUID]

4- Select Password and Verified fields

5- In configuration page make Verified to be hidden and Check by default

6- Finish and click deploy to get the URL to this page

7- Edit your submission page where you register the users and create a link to this page in the email body. The link should be: http://XXXXXX/dp/XXXXX?GUID=[@field:GUID]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...