Anatoly Shperk
|
| Posted: 04/01/2002, 11:53 PM |
|
At attempt of creation of a new site with authorization CodeCharge does not keep value security on tab properties.
There is a table with users, in it there are all necessary fields. There is a page login.
At attempt of generation of the page demanding authorization, CodeCharge informs, that security it is not exposed, and removes flags with tab "Security". When I modified an example with authorization, all work "Ok. When I transfering the same pages in the new project do not work.
|
|
|
 |
Nicole
|
| Posted: 04/02/2002, 12:43 AM |
|
Anatoly,
to enable security checking select security table and fields on Site Properties->Security tab. Create page with Login form and select it as Login page on Site Properties->Pages tab. Then select security level for the page. Check it.
Also check have you created Custom Security event for the page and custom common event under Site/Modules section. CheckSecurity() function is included into common file. If you create custom common event common is based on it and no changes made on Site Properties won't be applied to it.
|
|
|
 |
|