dugindog
Posts: 3
|
| Posted: 01/17/2010, 8:32 PM |
|
Hey I have a question for all of you experts out there, does anyone know how to make / set the authentification builder to be more dynamic (set the group level to also come from a database / table)
I find this to be one of my biggest limits to the use of the CCS.
please help if there is a way to do this, I have not really dug into the code to deep.
|
 |
 |
datadoit
|
| Posted: 01/18/2010, 8:56 AM |
|
More of a inconvenience rather than a big limitation of CCS.
Suggest posting this to the wishes forum for the Yes folks to possibly
add to their list (if it's not already on there).
|
|
|
 |
rho
Posts: 85
|
| Posted: 01/18/2010, 9:17 AM |
|
With some basic programming knowledge, you can easily adapt the login/authentication mechanism. To build your own autentication mechanism, just add your login-code to the code in login_events module to your (if you do not want to break the generated code, just add some extra Custom Code to the Button_OnClick event) and add your authentication check to every page of your site (for example in the OnInitializeView() page event.
Cheers, Rob.
|
 |
 |
|