Login Facilities

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?
 
J

Jim Buyens

-----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
[email protected]
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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
S

Stefan B Rusynko

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
| [email protected]
| 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) ||
| |/----------------------------------------------------\|
| *------------------------------------------------------*
|
 
Top