Hello,
I followed this tutorial (http://downloads.scriptcase.net/downloads/v5/manual/en_us/webhelp/manual_mp/05-Projeto/07-Seguranca.htm) to set up the security module based on “User / Group / App” principle and thus also created the proposed security db table structure.
After that I created a Control Application displaying a login form with User and Password fields.
As fas as I understand, the next step is to handle the onValidate event, in which I can activate the application via
sc_apl_status('<Application>','on');
But how do I that in respect to the “User / Group / App” principle?
And, after a successful login, how do I redirect to the menu application, where the authenticated user can navigate through the applications he is permitted for?
Any help appreciated!
Regards,
Sascha.