Pages: [1] |
|
|
Author |
Topic: Automatic Login (Read 52 times) |
moflint
Posts: 1
|
Hi,
Great product!
I have bolted this on top of another CMS that only manages product info and not pages. So I want to be able to login to Snippetmaster without going throught the login page, thus avoiding two separate logins.
I thought I could post a form with the credentials to snippetmaster/index.php, like this:
<form name="LoginForm" id="LoginForm" action="snippetmaster/index.php" method="post">
<input type="hidden" name="username" value="user">
<input type="hidden" name="password" value="password">
<input type="hidden" name="remember" value="Y">
</form>
... but this fails and I just go to the login page.
Can you give me a way of doing this please?
Thanks,
Mark
|
|
|
|
|
Pages: [1]
|
|
|
|