Registration of visitors

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

Hello - I've seen a lot of posts on how to password
protect a page or subweb, but it seems that requires a
database already set up. I wonder how to create a subweb
or page where a user can register to use and create their
own password for use on return visits? Where they can
register and use the page immediately without
intervention from me or delay?

Thanks, Pam
www.scf.net
 
That still requires a database and a custom application written in ASP, PHP,
etc. to accomplish, because you would have to check for duplicate userID
before add the User to the database, then have a log in function that would
validate the UserID/Password combination before give them access to the page
or pages, etc.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
A good starting point to write your own, is:

http://www.asp101.com/samples/login.asp

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top