close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Email verification issue

Thread began 11/15/2010 2:49 pm by massimo173451 | Last modified 11/22/2010 8:27 am by Jason Byrnes | 1583 views | 7 replies |

massimo173451

Email verification issue

Hi after registrer a new user (PS4), receives email welcome message with link for check his/her profile, the link is not enabled because, I think, email verification not received. Why this strange behaviour?


Massimo

Sign in to reply to this post

Jason ByrnesWebAssist

the email generated by the registration is a plain text email, this is why the link is not clickable, it uses a plain text email format to prevent the email message from being ttreated as spam.


you can edit the email template:
WA_UniversalEmail/Email_Templates/registration.php


change:

php:
<?php echo($WAGLOBAL_Root_URL); ?>users_profile.php




to:

php:
<a href="<?php echo($WAGLOBAL_Root_URL); ?>users_profile.php"><?php echo($WAGLOBAL_Root_URL); ?>users_profile.php</a>



to convert it to a clickable link.

Sign in to reply to this post

massimo173451

Sorry Jason for misunderstanding, but the link received by email is active only if the user is logged in the web site (clicking on the link sent by email). I have tried to reproduce the issue on my web site under costruction, the error received is 404. If you want reproduce the error try the registration on web site, then close main page, click on the link received by email ,the error 404 is there, normally I should have the login page (because the user is not logged in web site) not the user_profile page. Is there anything wrong in the UE or PS4?


Massimo

Sign in to reply to this post

Jason ByrnesWebAssist

ahh, now the issue makes sense, on he profile page, find the following line of code:

php:
WA_Auth_RestrictAccess("users_LogIn.php");




and change it to:

php:
WA_Auth_RestrictAccess("users_logIn.php");
Sign in to reply to this post

Endrio

Wrong code

The code it's still wrong, chancge with this below


WA_Auth_RestrictAccess("users_login.php");

Endrio

Sign in to reply to this post

massimo173451

Thank you Endrio, already done. But Jason I suppose when the user receive the welcome message, should receive before the email verification (users_confirm.php and verification.php), for avoid spam, why this not happens and the user receive only the welcome message???




Massimo

Sign in to reply to this post

Endrio

I do not understand why the customer does not receive the verification email.

maybe Jason can help us.

Endrio

Sign in to reply to this post

Jason ByrnesWebAssist

Powerstore does not use a double opt in method for user registration, there is no registration verification process. Many people where complaining that registration verification process was causing lost sales when the user was not registered before proceeding to checkout.



Endrio, you have another thread started on the issue with emails not sending, please kke to the one thread to help limit confusion.:
showthread.php?t=17232

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