close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

automatic login during registration

Thread began 4/22/2009 7:29 pm by jerniganj377713 | Last modified 5/15/2009 11:18 pm by jerniganj377713 | 2211 views | 2 replies

neo314

If you want to use the WA redirect features of the login transaction, you can:

  1. Create a login page
  2. Add the security assist include file and session start to the registration page:
    <?php
    if (!isset($_SESSION)) {
    session_start();
    }
    ?>
    <?php require_once( "WA_SecurityAssist/Helper_PHP.php" ); ?>

  3. Make sure the registration insert transaction DOES NOT REDIRECT.
  4. Add the login transaction code AFTER the registration insert code.
  5. Change the login trigger to the same as the registration trigger:
    if (((isset($_POST["MM_insert"]))?$_POST["MM_insert"]:"") == "WAATKRegistrationForm") { . . .

  6. Last, make sure the values posted in the registration form are the same as in the login form. For example, don't call it login on the login page and username on the registration form. If that is the case, just modify the login transaction to change "login" to "username" so it matches the registration form.

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