close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

double in

Thread began 8/19/2009 7:23 pm by office377308 | Last modified 8/27/2009 8:50 am by Jason Byrnes | 1786 views | 3 replies |

office377308

double in

This might be a bit off topic. Still,
I wonder if CFB can be used to register a user "double-in".
First one will apply for a registration.
Then there will be sent a Link to the user's email.
After clicking it there will be the actual registration and the new user will receive a confirmation message of a successful registration.
What would be the procedure to achieve this?

Sign in to reply to this post

Jason ByrnesWebAssist

For this you will need Form Builder, DataAssist and Universal Email and possibly SecurityAssist.


To sttart you will need to configure the user registration table. In addition to the usual columns for a user table, there will need to be two additional column. One column for the registration status the default value for this column should be 0. The other to store a random string.

Use Form Builder to create the initial Registration form.

Use DataAssist to store the registration information in a database. The Users status will automatically get set to 0, you will need to generate a random string to store as well. You can use the SecurityAssist random password function for this.


Use Universal Email to send the email. The email will contain a link with 2 query string variables:

confirm.php?id=##&regCode=#########

the id variable will be the primary key ID value for the user that registered. The regCode will be the random string that was stored in the.



On the confirm.php page, crate recordset to filter the users table based on the ID and regCode passed in the link to find the users record, then use the dataassist Update Record server behavior to update the UserStatus column to 1

Sign in to reply to this post

office377308

Very good explanation

Thank you for taking the trouble to explain in depth the procedure.
Makes a lot of sense and I guess there won't be an automated solution waiting round the corner?

best wishes

Sign in to reply to this post

Jason ByrnesWebAssist

The User Registration Solution Pack has this in place already:
user-registration/

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...