close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Security Assist Login Success ReDirect

Thread begun 3/14/2013 9:43 pm by elewis93815 | Last modified 2/25/2015 9:18 am by Jason Byrnes | 2283 views | 3 replies |

elewis93815

Security Assist Login Success ReDirect

We have ran the Security Assist "Create Security Pages" wizard and have a question. Where or how do we select a page to direct to on a successful login? If I "register" and then proceed to login, how do I A. Show that my login was successful and B. How do I choose the page that I want the successful login to go to.

Ideally, when someone tries to go to e.g. shop.php they should be prompted to either register or login. Upon a successful registration and or login, they should be then sent back to the shop.php page to continue.

Any direction is very appreciated!

Jackie

Sign in to reply to this post

Jason ByrnesWebAssist

you can set the success redirect by editing the Authenticate user behavior on the login page.


In the Authenticate user behavior, there is a setting for the success and failure redirect.

There is also a setting for Go To Previous URL (if it exists). If you check this option, you can pass the previous page name as a URL variable in the link to the login page to have that page used as a the success redirect.

to do that, set the login link to use this code:

php:
<a href="login.php?accesscheck=<?php echo (htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)); ?>">Log In</a>
Sign in to reply to this post

gzirfas374932

This did not work for me..... can you help debug?

I edited the Authenticate user behavior and checked the gotoPreviousURL. On my page with the login link I used the code above. When I click the link it takes me to the Login page. After successful login it stays on the login page.

-----pre------
<?php
if($_SERVER["REQUEST_METHOD"] == "POST"){
$WA_Auth_Parameter = array(
"connection" => $users,
"database" => $database_users,
"tableName" => "userdata",
"columns" => explode($WA_Auth_Separator,"username".$WA_Auth_Separator."pass"),
"columnValues" => explode($WA_Auth_Separator,"".((isset($_POST["username"]))?$_POST["username"]:"") ."".$WA_Auth_Separator."".((isset($_POST["userpassword"]))?$_POST["userpassword"]:"") .""),
"columnTypes" => explode($WA_Auth_Separator,"text".$WA_Auth_Separator."text"),
"sessionColumns" => explode($WA_Auth_Separator,"id"),
"sessionNames" => explode($WA_Auth_Separator,"User_ID"),
"successRedirect" => "",
"failRedirect" => "userdata_EmailPW.php",
"gotoPreviousURL" => TRUE,
"keepQueryString" => TRUE
);

WA_AuthenticateUser($WA_Auth_Parameter);
}
?>

Link code on page:

<td align="left" valign="top"><?php if(WA_Auth_RulePasses("Logged in to userdata")){ // Begin Show Region ?>
$<?php echo $row_WADAcatalog['Price']; ?> (USD)
<?php } // End Show Region ?>
<?php if(!WA_Auth_RulePasses("Logged in to userdata")){ // Begin Show Region ?>
<span style="color: #852708"> <a href="userdata_LogIn.php?<?php (htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)); ?>">Log In</a> to See Current Prices </span>
<?php } // End Show Region ?></td>


URL: http://www.hemogenix.com/catalog_Results.php?S_Category=3&S_Product_Name=CAMEO-96&S_Catalog_No=&S_Description=&S_Reagent_Formulation=Low%20serum&S_Assay_Format=&S_Assay_Readout=&S_Cell_Types=&S_Species=&S_No_Samples=&S_Growth_factor=&S_No_of_Plates=&S_Price=&Search.x=52&Search.y=10&Search=Search


THE REDIRECT DOES WORK ON MY CART PAGE takes you back there after you've logged in. Just not on the search results page.

Sign in to reply to this post

Jason ByrnesWebAssist

the code for the link is not correct, it is missing the name of the access check url variable.

this code:

<a href="userdata_LogIn.php?<?php (htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)); ?>">



should be:

<a href="userdata_LogIn.php?accesscheck=<?php (htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)); ?>">
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...