chyde
|
| Posted: 01/28/2003, 12:08 PM |
|
I am using CC/ASP with the Portal Template.
In CC in the EditMembers page, when setting security levels, you have the choice of 1-Low, 2-Medium, 3-High. In the actual live page, you are give the choices of New, Member, Admin in the Security pull down list. These three have the corresponding db numbers of 0,1 and 3. There is no "2". I need three security levels but 0 corresponds to New, 1 to Member and 3 to Admin
Im I missing something? I have tried to change the list of values in the field properties to show 0;New;1;NewCategory;2;Member;3;Admin. I cannont get it to work when I click on a link that requires security validation. I get an error at line 133 on the login.asp page.
Am I missing a place in CC that I need to make an additional change other then in the field properties under the list tab?
If you need any additional info, let me know.
Thanks in advance.
|
|
|
 |
Michael Mikkelsen
|
| Posted: 01/31/2003, 8:02 AM |
|
I'm not sure if you are using CCS, but in CCS you right click on the project name in Project Explorer to go to the Project Settings. Then go to the Security Groups Tab.
Michael Mikkelsen
mike.m@pobox.com
|
|
|
 |
chyde
|
| Posted: 01/31/2003, 11:19 AM |
|
Thanks for the response but I am using CodeCharge with ASP with the Portal Template.
Anyone else have an idea?
|
|
|
 |
Peter
|
| Posted: 01/31/2003, 11:25 AM |
|
the "0-1-3" represent 3 level of security. The numbers mean absolutely nothing. Could be A-B-C for that matter.
You show interest in having 4-levels (0-1-2-3). For that you will need to do "custom" security using Session("UserID"), etc
|
|
|
 |
Peter
|
| Posted: 01/31/2003, 11:35 AM |
|
Read this article
http://gotocode.com/art.asp?art_id=99&
|
|
|
 |
|