 |

Benjamin
Staff

Mar 30, 2003, 10:56 AM
Post #1 of 4
(3159 views)
Shortcut
|
'Remote' login to Article Manager
|
Can't Post
|
|
I'm sure this has been brought up elsewhere, but I thought I'd post it here all the same. This code allow you to offer your site visitors a way to login to Article Manager from any page on your website. Just place this code into any of your webpages - and change the action attribute of the form tag to point to your admin.cgi - and you're done! <form method="get" action="http://www.yourdomain.com/path/to/admin.cgi"> Name: <input type="textbox" size="10" name="id"> Password: <input type="password" size="10" name="pw"> <input type="hidden" name="login" value="1"> <input type="submit" value=" Login "> </form> Ben interactivetools.com
(This post was edited by Benjamin on Mar 30, 2003, 12:48 PM)
|
|
|  |
 |

MalaK_3araby
User
Mar 30, 2003, 3:56 PM
Post #2 of 4
(3149 views)
Shortcut
|
|
Re: [Benjamin] 'Remote' login to Article Manager
[In reply to]
|
Can't Post
|
|
Hello Ben .. Thanks for the tip. -------------- Sure you can spell it, but do you get it?
|
|
|  |
 |

JohnH
User
Apr 4, 2003, 7:34 AM
Post #3 of 4
(3124 views)
Shortcut
|
|
Re: [Benjamin] 'Remote' login to Article Manager
[In reply to]
|
Can't Post
|
|
Ben, A quick question I have been meaning to ask along this same line. Is it possible when logging in this way or doing an automatic login for say a writer to hide the username and password from the address bar like the main AM login interface does? Thank You JohnH
|
|
|  |
 |

Luke
Staff
/ Moderator

Apr 4, 2003, 10:13 AM
Post #4 of 4
(3120 views)
Shortcut
|
|
Re: [JohnH] 'Remote' login to Article Manager
[In reply to]
|
Can't Post
|
|
Hi JohnH, Thanks for your question! :) You can hide the username and password from the address bar by changing the method from GET to POST. So in your form you would change this: <form method="get" action="http://www.yourdomain.com/path/to/admin.cgi"> To this: <form method="post" action="http://www.yourdomain.com/path/to/admin.cgi"> Let me know if this helps of if you have any other questions. Luke Holzken Product Development
|
|
|  |
|