|
|
|
date: Thu, 18 Sep 2008 09:03:02 -0700,
group: microsoft.public.frontpage.client
back
Re: change password on staff access page
Thank you. We are getting close. For the record, all users would the same
word - and to my knowledge is not stored anywhere. Under form properties the
send to other is checked and the field states CustomISAPI, NSAPI, CGI or ASP
Script. Under form name it says password 1.When I went into the page that
was protectec with the word "brick" I couldnt see anything that remotely
looks like what you have in your Iamauser let me in page. Should I copy that
and paste above my page and then replace the password with the one I want?
Then, the page with the sign on, how do I change the code for that?
"Ronx" wrote:
> Your existing page uses a complex script to validate the password and
> build the link to the "protected" page. To change the password, you
> have to change the data used in the script.
>
> The FrontPage methods to do this are described at:
>
> http://www.rxs-enterprises.org/tests/protect-page/
>
>
> JavaScript alternatives are at the link I posted earlier:
>
> http://www.rxs-enterprises.org/tests/jspass/
>
> The "simple" javascript solution is the simplest method I know.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Michele" wrote in message
> news:75F8806F-C26D-428A-86D9-1DBF54209D2F@microsoft.com:
>
> > I am finding it hard to believe that this is so difficult. In the FB book I
> > have,unfortunately, a 2002 edition, it talks about using a form to protect a
> > particular web page from being viewed.
> >
> > If you can please visit this site:
> >
> > http://www.rec.udel.edu/TopLevel/staff%20access.htm
> >
> > right now, all employees here type inone word. THat takes them to the web
> > page which also had the password in it. All I want to do is change that word
> > to a new word. WHen I right click on that blue box with the password field,
> > I get Formproperties but I don't know how to change the value of the word
> > that was to the one I want it to be.
> >
> > "Ronx" wrote:
> >
> > > That would be the easiest solution.
> > >
> > > See http://www.rxs-enterprises.org/tests/jspass/ for examples of
> > > javascript login scripts that will be easier to manage. Note that with
> > > these scripts no security is implied or guaranteed, but at least the
> > > password is not contained in the page.
> > >
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > >
> > > "Michele" wrote in message
> > > news:E0CC7DF5-C008-4CC1-B286-B1D92F3304E4@microsoft.com:
> > >
> > > > Could I just delete this page and create a new form that would require one
> > > > word to get to the subsequent URL?
> > > > "Tom [Pepper] Willett" wrote:
> > > >
> > > > > You need to find the instructions that came with the 3rd party script, or
> > > > > contact the script provider. It is not part of FrontPage or the Operating
> > > > > System.
> > > > >
> > > > > --
> > > > > Tom [Pepper] Willett
> > > > > Microsoft MVP - FrontPage
> > > > > ---------------------------
> > > > > "Michele" wrote in message
> > > > > news:7E3F069C-45F4-43D5-B201-B4FCE32D7845@microsoft.com...
> > > > > : Using FP 2003 on Windows XP. On our home page www.rec.udel.edu we have a
> > > > > : staff access link (bottom right) that brings up a simple form to enter a
> > > > > : password. We have had personnel changes and need to reset this password.
> > > > > How
> > > > > : do you do that? I've changed thename of the sub pages because the password
> > > > > : then became part of the new page name.
> > > > > :
> > > > > : We don't need incryption. This is a rather low level barrier for staff to
> > > > > : access calendars and forms and minutes. etc.
> > > > >
> > > > >
> > > > >
> > >
> > >
>
>
date: Thu, 18 Sep 2008 12:38:00 -0700
author: Michele
Re: change password on staff access page
Ronx,
If I am copying this above my html, do I take outthe line referrubg
myuserid, since I dont use one? Can I just delete where that appears do I
have to close the blank line?
"Ronx" wrote:
> Your existing page uses a complex script to validate the password and
> build the link to the "protected" page. To change the password, you
> have to change the data used in the script.
>
> The FrontPage methods to do this are described at:
>
> http://www.rxs-enterprises.org/tests/protect-page/
>
>
> JavaScript alternatives are at the link I posted earlier:
>
> http://www.rxs-enterprises.org/tests/jspass/
>
> The "simple" javascript solution is the simplest method I know.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Michele" wrote in message
> news:75F8806F-C26D-428A-86D9-1DBF54209D2F@microsoft.com:
>
> > I am finding it hard to believe that this is so difficult. In the FB book I
> > have,unfortunately, a 2002 edition, it talks about using a form to protect a
> > particular web page from being viewed.
> >
> > If you can please visit this site:
> >
> > http://www.rec.udel.edu/TopLevel/staff%20access.htm
> >
> > right now, all employees here type inone word. THat takes them to the web
> > page which also had the password in it. All I want to do is change that word
> > to a new word. WHen I right click on that blue box with the password field,
> > I get Formproperties but I don't know how to change the value of the word
> > that was to the one I want it to be.
> >
> > "Ronx" wrote:
> >
> > > That would be the easiest solution.
> > >
> > > See http://www.rxs-enterprises.org/tests/jspass/ for examples of
> > > javascript login scripts that will be easier to manage. Note that with
> > > these scripts no security is implied or guaranteed, but at least the
> > > password is not contained in the page.
> > >
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > >
> > > "Michele" wrote in message
> > > news:E0CC7DF5-C008-4CC1-B286-B1D92F3304E4@microsoft.com:
> > >
> > > > Could I just delete this page and create a new form that would require one
> > > > word to get to the subsequent URL?
> > > > "Tom [Pepper] Willett" wrote:
> > > >
> > > > > You need to find the instructions that came with the 3rd party script, or
> > > > > contact the script provider. It is not part of FrontPage or the Operating
> > > > > System.
> > > > >
> > > > > --
> > > > > Tom [Pepper] Willett
> > > > > Microsoft MVP - FrontPage
> > > > > ---------------------------
> > > > > "Michele" wrote in message
> > > > > news:7E3F069C-45F4-43D5-B201-B4FCE32D7845@microsoft.com...
> > > > > : Using FP 2003 on Windows XP. On our home page www.rec.udel.edu we have a
> > > > > : staff access link (bottom right) that brings up a simple form to enter a
> > > > > : password. We have had personnel changes and need to reset this password.
> > > > > How
> > > > > : do you do that? I've changed thename of the sub pages because the password
> > > > > : then became part of the new page name.
> > > > > :
> > > > > : We don't need incryption. This is a rather low level barrier for staff to
> > > > > : access calendars and forms and minutes. etc.
> > > > >
> > > > >
> > > > >
> > >
> > >
>
>
date: Thu, 18 Sep 2008 12:50:05 -0700
author: Michele
Re: change password on staff access page
According to http://www.rec.udel.edu/_vti_inf.html your site is running the FP Server Extensions
If your online host supports subwebs, most do,
-you could move all the protected pages to a folder and convert that folder to a FP Subweb
See http://support.microsoft.com/default.aspx?scid=kb;en-us;825451
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
"Michele" wrote in message news:75F8806F-C26D-428A-86D9-1DBF54209D2F@microsoft.com...
|I am finding it hard to believe that this is so difficult. In the FB book I
| have,unfortunately, a 2002 edition, it talks about using a form to protect a
| particular web page from being viewed.
|
| If you can please visit this site:
|
| http://www.rec.udel.edu/TopLevel/staff%20access.htm
|
| right now, all employees here type inone word. THat takes them to the web
| page which also had the password in it. All I want to do is change that word
| to a new word. WHen I right click on that blue box with the password field,
| I get Formproperties but I don't know how to change the value of the word
| that was to the one I want it to be.
|
| "Ronx" wrote:
|
| > That would be the easiest solution.
| >
| > See http://www.rxs-enterprises.org/tests/jspass/ for examples of
| > javascript login scripts that will be easier to manage. Note that with
| > these scripts no security is implied or guaranteed, but at least the
| > password is not contained in the page.
| >
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| >
| > http://www.rxs-enterprises.org/fp
| >
| >
| >
| >
| > "Michele" wrote in message
| > news:E0CC7DF5-C008-4CC1-B286-B1D92F3304E4@microsoft.com:
| >
| > > Could I just delete this page and create a new form that would require one
| > > word to get to the subsequent URL?
| > > "Tom [Pepper] Willett" wrote:
| > >
| > > > You need to find the instructions that came with the 3rd party script, or
| > > > contact the script provider. It is not part of FrontPage or the Operating
| > > > System.
| > > >
| > > > --
| > > > Tom [Pepper] Willett
| > > > Microsoft MVP - FrontPage
| > > > ---------------------------
| > > > "Michele" wrote in message
| > > > news:7E3F069C-45F4-43D5-B201-B4FCE32D7845@microsoft.com...
| > > > : Using FP 2003 on Windows XP. On our home page www.rec.udel.edu we have a
| > > > : staff access link (bottom right) that brings up a simple form to enter a
| > > > : password. We have had personnel changes and need to reset this password.
| > > > How
| > > > : do you do that? I've changed thename of the sub pages because the password
| > > > : then became part of the new page name.
| > > > :
| > > > : We don't need incryption. This is a rather low level barrier for staff to
| > > > : access calendars and forms and minutes. etc.
| > > >
| > > >
| > > >
| >
| >
date: Fri, 19 Sep 2008 04:14:33 -0400
author: Stefan B Rusynko
|
|