Can someone please tell me how to do the following in SharePoint (WSS 3.0):
Have a user log in (user name and password) on a page and then if correct display the home page of a WSS 3.0 site?
I think it's called forms based authentication.
1
|
Can someone please tell me how to do the following in SharePoint (WSS 3.0): Have a user log in (user name and password) on a page and then if correct display the home page of a WSS 3.0 site? I think it's called forms based authentication. |
|||
|
3
|
Here's a video about using Forms Auth. with WSS3 and here are some samples. Basically, you use the login.aspx page in _layouts to collect credentials and cache them. You have to modify web.config to use the membership provider. More on that here. |
||
|
2
|
This is one of the best article on FBA |
||
|
1
|
Save yourself a lot of time and checkout http://sharepointsolutions.com/SharePoint-Add-ons/Products/Pages/ExtranetCollaborationManager.aspx I have done it several ways but this has made life easier when configuring environments. |
||
|
0
|
As a special case of Forms Based AuthN, in case you don't have to own the DB containing your users, you can rely on Live ID to authenticate users to your site. Haven't tried this, but may help you. |
||
|
-1
|
I just believe some JavaScript is enough to do that.Maybe I am Wrong! |
||
|