Will FP2003 validate usernames & passwords?

G

Guest

I have an online store on one of my websites that should only be accessible
to approved retailers so I need a username/password validation page to
protect these pages. Basically, would need to just verify the username &
password against a list of approved usernames & passwords and then forward
approved matches to the store URL.

Does FP 2003 offer any kind of user validation mechanisms for this purpose?

Thanks,
Beverly
 
R

Ronx

Natively, FP cannot do this, unless you set up a protected sub-web and
include your privileged customers as users. Your host may limit the
number of users.
See
Password Protect Part of a Web:
http://support.microsoft.com/default.aspx?scid=kb;en-us;301554

A database solution is more manageable, but depends on your
programming skills, and what your host will support.
You may get some ideas using ASP and Access database from here:
Protect individual pages:
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
 
T

Thomas A. Rowe

Your really need a shopping cart solution the supports logged in users, otherwise once someone knows
the URL to the store, then anyone would be able shop, unless want to protect the entire folder that
is holding the store pages. However do this will also block search engines, as well.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top