Login Facilities

  • Thread starter Thread starter Gareth Slee
  • Start date Start date
G

Gareth Slee

I'm designing a website that needs "Member log in" facilities.

They'll be a non-member page and a link to join the association. After the
person applying for membership has been approved they will then log in to
the site using a "User Name".

Any ideas how this can be done?
 
-----Original Message-----
I'm designing a website that needs "Member log in"
facilities.

They'll be a non-member page and a link to join the
association. After the person applying for membership has
been approved they will then log in to the site using
a "User Name".

Typically, you would put the secured Web pages in a subweb
that's separate from the public site.

Then, you would remove "anonymous" access from the secured
site.

Then, whenever you approve a new member, you would create
a user account for them and grant them access to secured
site.

For the FP2002 server extensions, the entry point for
removing anonymous access, creating user accounts, and
granting access to subwebs is:

1. Open the secured subweb.
2. Choose Server from the Tools menu, and then choose
Permissions.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Or see http://support.microsoft.com/default.aspx?scid=321439

--



| >-----Original Message-----
| >
| >I'm designing a website that needs "Member log in"
| >facilities.
| >
| >They'll be a non-member page and a link to join the
| >association. After the person applying for membership has
| >been approved they will then log in to the site using
| >a "User Name".
|
| Typically, you would put the secured Web pages in a subweb
| that's separate from the public site.
|
| Then, you would remove "anonymous" access from the secured
| site.
|
| Then, whenever you approve a new member, you would create
| a user account for them and grant them access to secured
| site.
|
| For the FP2002 server extensions, the entry point for
| removing anonymous access, creating user accounts, and
| granting access to subwebs is:
|
| 1. Open the secured subweb.
| 2. Choose Server from the Tools menu, and then choose
| Permissions.
|
| Jim Buyens
| Microsoft FrontPage MVP
| (e-mail address removed)
| http://www.interlacken.com
| Author of:
| *------------------------------------------------------*
| |\----------------------------------------------------/|
| || Microsoft Office FrontPage 2003 Inside Out ||
| || Microsoft FrontPage Version 2002 Inside Out ||
| || Web Database Development Step by Step .NET Edition ||
| || Troubleshooting Microsoft FrontPage 2002 ||
| || Faster Smarter Beginning Programming ||
| || (All from Microsoft Press) ||
| |/----------------------------------------------------\|
| *------------------------------------------------------*
|
 

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

Back
Top