close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Need Help with Registration Email Confirmation

Thread began 4/08/2014 1:52 pm by johna1964 | Last modified 5/22/2014 11:01 am by Jason Byrnes | 4651 views | 46 replies |

johna1964

Need Help with Registration Email Confirmation

Hi!

Thank you for your patience with my issues.

Need help with the following:

I had help with creating automatic log in after registration before I knew anything about the double opt in. The issue with email verification link is caused by the automatic log in code. I have no idea how to undo this. All other issues are resolved.

The related documents are attached. If you need anything, just let me know.

I appreciate your help very much.

Johna

Sign in to reply to this post

johna1964

Additional Discovery

This post has been deleted.

Jason ByrnesWebAssist

"The issue with email verification link is caused by the automatic log in code."

what is the issue with the verification link?

I need more specific details in order to be able to help.

Sign in to reply to this post

johna1964

Reply

See private message

Sign in to reply to this post

Jason ByrnesWebAssist

on the registration page, change the name of the session being created.

edit line 50:

$WA_sessionName = "SecurityAssist_UserID";

to:
$WA_sessionName = "UserID";


you will also need to edit the emails that are sent so that they use the UserID session in the link instead of the SecurityAssist_UserID session

Sign in to reply to this post

johna1964

Reply

See Private

Sign in to reply to this post

Jason ByrnesWebAssist

you dont edit the universal email server behavior.

you need to edit the email templates where the verification links are generated.

the verification link in the email body will use the SecurityAssist_UserID session variable for the id in the URL

you need to change the value of the id url variable:

.....?id=<?php echo $_SESSION['SecurityAssist_UserID']; ?>&...


to use the UserID session instead of the SecurityAssist_UserID session:
.....?id=<?php echo $_SESSION['UserID']; ?>&...

Sign in to reply to this post

johna1964

Reply

Private

Sign in to reply to this post

Jason ByrnesWebAssist

I'm not able to reproduce, I can access the login page just fine on your site.

Sign in to reply to this post

johna1964

Reply

View Private

Sign in to reply to this post
loading

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