macromedia.dreamweaver.appdev
[Top] [All Lists]

Re: CS3 Login behavior

Subject: Re: CS3 Login behavior
From: Leolux
Date: Fri, 18 Jan 2008 16:04:42 +0100
Newsgroups: macromedia.dreamweaver.appdev


David Powers wrote:

Get rid of what you have at the moment. Apply the login user server behavior again, and select the login page as the page to go to when the login fails. Assuming it's called login.php, use this as the value:

  login.php?fail=true

Insert this in the body of the page:

<?php if (isset($_GET['fail'])) {
  echo '<p>Wrong username or password</p>';
  }
?>

Great - that works fine. Thank you!

Leolux


<Prev in Thread] Current Thread [Next in Thread>