Mehmet Ozdemir
|
| Posted: 04/30/2002, 5:52 PM |
|
Can some tell me what the database security option does ???
Also how can I implement custom security on in CCS, my requirements are specific in that I have a separate auth db which contains several tables being:
Users
Applications
Attributes
UserToApplication
UserToAttributes
Also the user password are has using SHA256, and the attributes can be different for each application the user has permissions to. This wasn't very difficult to implement in CodeCharge but I'm a little lost in CCS.
Any thoughts
|
|
|
 |
Mehmet Ozdemir
|
| Posted: 04/30/2002, 5:57 PM |
|
That topic should have been, CCS User Security
|
|
|
 |
Nicole
|
| Posted: 05/02/2002, 3:55 AM |
|
Mehmet,
CCS let you create users security groups and restrict access to pages and performing operations (e.g. forbid inserting records) to different groups. In general in CC there's only 3 user groups (1-low permissions, 2-medium, 3-high).
The solution for your problem depends on your aim. If you need any specific functionality you can edit login function that is CCLoginUser function (see common file) and page check security: refer to CCSecurityAccessCheck and CCSecurityRedirect functions (located in common file)
|
|
|
 |
|