nat
|
| Posted: 06/11/2002, 10:43 PM |
|
how can i do a login page which depends on login and password?
i have a table contains 2 fields, loginId and password. what i need is to
login and if correct it will go directly to another page but if i login using
other logins it will go to other pages as well....
thax in advance
nat
|
|
|
 |
Sanddy
|
| Posted: 06/12/2002, 3:40 AM |
|
1) Create a new page in CCS.
2) Use the "Authentication Builder" on the new page and configure the required table that contains the login and password. This compeletes all the logic of authenticating the user..
3) Now on every page you want to protect, see the "Properties Explorer" for that particular page and set the "Restricted" property of the page to true. This way only authenticated users will be able to see your page.
|
|
|
 |
|