Jump to content
  • 0

Send Email With Login Instructions


RandyBass

Question

We have a spreadsheet of 1,400 members.

I have imported basic information that we have included in our spreadsheet. Email address, name, phone...

How can I send an email to each member with login instructions?   I see how an account can be created by sending an email. But not how to confirm and update account.

Randy

info@georgerandybass.com

 

 

 

 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

It will take a couple Data Pages and a couple new fields in your user table.

  1. Confirmation code field
    1. unique is required
    2. random isn't exactly required, but it shouldn't be predictable 
  2. Confirmation status field
    1. i.e. if confirmation_status !== 'confirmed' { do not allow login }
  3. An update Data Page to send the email with a link to the confirmation Data Page, set confirmation status to something like sent or pending, and add a unique value to the confirmation code field.
  4. Another update Data Page where the email will link members to that filters the user table by email and confirms the followed the magic link using the confirmation code. This Data Page would update confirmation status to "confirmed"

Boom

 

Hope this helps

Link to comment
Share on other sites

  • 0

Hi all,

Just to share this with you, recently, Caspio released a new feature called Directories. Caspio Directories is an enterprise-grade identity and access management service. It allows your app end users to access applications securely in the cloud.

In adding users in Directories, you have an option to force them to change their passwords upon initial login.

https://howto.caspio.com/directories/directories-overview/directories-overview/

https://howto.caspio.com/directories/directory-users-and-groups/directory-users/creating-users/

:) 

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...