Re: Automatically fill in UserName

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Thomas A. Rowe (tarowe_at_mvps.org)
Date: 06/11/04


Date: Fri, 11 Jun 2004 12:04:35 -0400

Ok, but you still have to talk with the person that created the login page to see what method you
can use to pass the login info to the page, as the page need to be able accept and insert the info
into the login fields on the page.

-- 
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"GooseJTP" <GooseJTP@discussions.microsoft.com> wrote in message
news:A4C43586-0693-444C-934A-270AB5AC5E3D@microsoft.com...
> Thanks.
>
> I understand the issues about the security portion.  However, they set the site up with a single
"group" username and password.  Although the access to the link (and hence the password information)
is limited to our users, each one punches in the same user name and password to get access.  Since
out site/link is not public, it saves the step of having to enter it each time.
>
> I appreciate your help.
>
> GooseJTP
>
> "Thomas A. Rowe" wrote:
>
> > You really don't want to do this...
> >
> > But here is how, but it depends on the other site allow either option to be used:
> >
> > 1. Pass the values as part of a QueryString, i.e.,
> > http:/www.othersite.com/loginpage.asp?login=login&password=password
> >
> > 2. Pass the values as part of a hidden form field:
> > <input type="hidden" name="login" value="login">
> > <input type="hidden" name="password" value="password">
> >
> > Now the reason you don't want to do this, is because you are breaching the security of the other
> > site by exposing the login and passwords to their restricted area to the public.
> >
> > -- 
> > ==============================================
> > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > WEBMASTER Resources(tm)
> > http://www.ycoln-resources.com
> > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> > ==============================================
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> > "GooseJTP" <GooseJTP@discussions.microsoft.com> wrote in message
> > news:F9328BC5-EB90-4109-805E-5CC712D12714@microsoft.com...
> > > I need some help in automating a task.  We have a site that links to an external site which
> > requires a user name and password.  There is a single assigned user name and password for a
large
> > number of our users.  I want to be able to pass the user name and password to the site when our
> > users click on the link to get there.
> > >
> > > Is there a way in FP 2002 to pass a user name and a password wnen a link is clicked so that it
is
> > automatically filled in on the receiving site?
> > >
> > > Thanks.
> > >
> > > GooseJTP
> >
> >
> >


Relevant Pages

  • Re: Anonymous Login for Web Visitors
    ... Then check security on all of the system folders to ... > FROM MY WORKSTATION, for the first time since the conversion, I was able ... > supplied by administrator login information. ... > (When I try to open the web with FrontPage & login as administrator, ...
    (microsoft.public.sharepoint.portalserver)
  • Re: FP2000 and stored passwords
    ... Use a second PC with FP to access the site with this additional login. ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ... > registry, and this is prior to Window XP SP2 being installed. ...
    (microsoft.public.frontpage.client)
  • Re: FrontPage User Logins
    ... I get an event 680 logon attempt, then an event 540 successful logon, and ... The login box then comes back and asks for credentials again. ... since I had to set up any users for FrontPage authoring of web sites. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Default Login/Password Window
    ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ... I would like to create a login page embedded on a page ... > in for the first time, they are prompted to change it to ... > direct me to where I need to be to accomplish these tasks? ...
    (microsoft.public.frontpage.client)
  • RE: Loggin in from form
    ... make that link go to a simple script that simple does a Location header that sends them to the main page of the restricted site only with out the login info attached! ... I realize it's not good to pass login info in plain view so that's why ... I use https and then do the Location to remove it. ...
    (perl.beginners)