Password protect web site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Presently I have a subdomain that is password protected with just one
username/pswrd. I would like to be able to have everyone on staff have their
own username & password. I have read Article 825498 (Psswrd Protect Web
Page), but this appears to apply to only individual pages. I want to do this
to the entire subdomain/web. We are running FP2003 extensions on our web
server

Any advice?
Thanks
 
You will have to use ASP, PHP etc. or have your host allow you to have multiple logins on the
subdomain.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
If I make all pages in the subdomain ASP, will one initial log on to the site
be all that is needed? Or, will each ASP require a new log on?
Dan
 
Normally a single login will give access to all pages with a .asp extension within the web. However
to allow individual users to have unique logins, you will need to use a database as well.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
So does it mean we need to have multiple user log-ins? for different users.
Or just the same database that is already created in the article tittled
825498.
 
The same database - which contains separate credentials for each user

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| So does it mean we need to have multiple user log-ins? for different users.
| Or just the same database that is already created in the article tittled
| 825498.
|
| "Thomas A. Rowe" wrote:
|
| > Normally a single login will give access to all pages with a .asp extension within the web. However
| > to allow individual users to have unique logins, you will need to use a database as well.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > 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
| >
| > | > > If I make all pages in the subdomain ASP, will one initial log on to the site
| > > be all that is needed? Or, will each ASP require a new log on?
| > > Dan
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> You will have to use ASP, PHP etc. or have your host allow you to have multiple logins on the
| > >> subdomain.
| > >>
| > >> --
| > >> ==============================================
| > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >> WEBMASTER Resources(tm)
| > >>
| > >> 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
| > >>
| > >> | > >> > Presently I have a subdomain that is password protected with just one
| > >> > username/pswrd. I would like to be able to have everyone on staff have their
| > >> > own username & password. I have read Article 825498 (Psswrd Protect Web
| > >> > Page), but this appears to apply to only individual pages. I want to do this
| > >> > to the entire subdomain/web. We are running FP2003 extensions on our web
| > >> > server
| > >> >
| > >> > Any advice?
| > >> > Thanks
| > >>
| > >>
| > >>
| >
| >
| >
 
Thank You.
So this can be done by adding a new field to the database? Does this mean
one user have their own user level? Thus they can only view their "part" of
details instead of other users?



Stefan B Rusynko said:
The same database - which contains separate credentials for each user

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| So does it mean we need to have multiple user log-ins? for different users.
| Or just the same database that is already created in the article tittled
| 825498.
|
| "Thomas A. Rowe" wrote:
|
| > Normally a single login will give access to all pages with a .asp extension within the web. However
| > to allow individual users to have unique logins, you will need to use a database as well.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > 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
| >
| > | > > If I make all pages in the subdomain ASP, will one initial log on to the site
| > > be all that is needed? Or, will each ASP require a new log on?
| > > Dan
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> You will have to use ASP, PHP etc. or have your host allow you to have multiple logins on the
| > >> subdomain.
| > >>
| > >> --
| > >> ==============================================
| > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >> WEBMASTER Resources(tm)
| > >>
| > >> 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
| > >>
| > >> | > >> > Presently I have a subdomain that is password protected with just one
| > >> > username/pswrd. I would like to be able to have everyone on staff have their
| > >> > own username & password. I have read Article 825498 (Psswrd Protect Web
| > >> > Page), but this appears to apply to only individual pages. I want to do this
| > >> > to the entire subdomain/web. We are running FP2003 extensions on our web
| > >> > server
| > >> >
| > >> > Any advice?
| > >> > Thanks
| > >>
| > >>
| > >>
| >
| >
| >
 
Yes
- requires a custom server side script

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Thank You.
| So this can be done by adding a new field to the database? Does this mean
| one user have their own user level? Thus they can only view their "part" of
| details instead of other users?
|
|
|
| "Stefan B Rusynko" wrote:
|
| > The same database - which contains separate credentials for each user
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | So does it mean we need to have multiple user log-ins? for different users.
| > | Or just the same database that is already created in the article tittled
| > | 825498.
| > |
| > | "Thomas A. Rowe" wrote:
| > |
| > | > Normally a single login will give access to all pages with a .asp extension within the web. However
| > | > to allow individual users to have unique logins, you will need to use a database as well.
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > WEBMASTER Resources(tm)
| > | >
| > | > 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
| > | >
| > | > | > | > > If I make all pages in the subdomain ASP, will one initial log on to the site
| > | > > be all that is needed? Or, will each ASP require a new log on?
| > | > > Dan
| > | > >
| > | > > "Thomas A. Rowe" wrote:
| > | > >
| > | > >> You will have to use ASP, PHP etc. or have your host allow you to have multiple logins on the
| > | > >> subdomain.
| > | > >>
| > | > >> --
| > | > >> ==============================================
| > | > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > >> WEBMASTER Resources(tm)
| > | > >>
| > | > >> 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
| > | > >>
| > | > >> | > | > >> > Presently I have a subdomain that is password protected with just one
| > | > >> > username/pswrd. I would like to be able to have everyone on staff have their
| > | > >> > own username & password. I have read Article 825498 (Psswrd Protect Web
| > | > >> > Page), but this appears to apply to only individual pages. I want to do this
| > | > >> > to the entire subdomain/web. We are running FP2003 extensions on our web
| > | > >> > server
| > | > >> >
| > | > >> > Any advice?
| > | > >> > Thanks
| > | > >>
| > | > >>
| > | > >>
| > | >
| > | >
| > | >
| >
| >
| >
 
Back
Top