close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

redirecting depending on if e-mail was verified

Thread begun 12/16/2009 3:31 am by berndrendic374326 | Last modified 12/17/2009 5:43 pm by Eric Mittman | 1901 views | 3 replies |

berndrendic374326

redirecting depending on if e-mail was verified

Hey guys is it possible to direct all users with verified E-mails strait to

protected page instead to profile update one .....

Yet all new users and all other people who did not verify their e-mails to be sent to profile update page till they verify it.

please let me know how can i do this

thanks in advance

Sign in to reply to this post

Eric Mittman

To make it work like this when users login you will need to update the redirect page on the users login page. You should look for this line of code on the page:

php:
"successRedirect" => "users_Profile.php",



This will appear twice on the login page, you can just update this to be whatever page on the site you would like. Make sure you update both instances though, the first is for the standard login and the second is for the auto login.

Next you would apply the Email Confirmed access restriction rule on the page you are sending the users to after a successful login, just put this code toward the top of that page just after the include lines:

php:
<?php
if (!WA_Auth_RulePasses("Email Confirmed")){
    
WA_Auth_RestrictAccess("users_Profile.php");
}
?>



This will check to see if the user is verified, and if not they will be redirected to the page listed, the users_Profile.php page in this case.

Sign in to reply to this post

berndrendic374326

Originally Said By: Eric Mittman
  To make it work like this when users login you will need to update the redirect page on the users login page. You should look for this line of code on the page:

php:
"successRedirect" => "users_Profile.php",


This will appear twice on the login page, you can just update this to be whatever page on the site you would like. Make sure you update both instances though, the first is for the standard login and the second is for the auto login.

Next you would apply the Email Confirmed access restriction rule on the page you are sending the users to after a successful login, just put this code toward the top of that page just after the include lines:

php:
<?php

if (!WA_Auth_RulePasses("Email Confirmed")){
    
WA_Auth_RestrictAccess("users_Profile.php");
}
?>


This will check to see if the user is verified, and if not they will be redirected to the page listed, the users_Profile.php page in this case.  




thats great thanks :)

Sign in to reply to this post

Eric Mittman

You are welcome, this information can also be found on the support page for the User Registration Solution Pack, it is in the How To area under the title 'How to Restrict Access to pages on your site'.

There are some other great resources for the URSP on this page in case you were looking for any more info about the solution.

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