Hi,
Is it possible that i can define my own security role just like 'Subscriber' or 'Registered users' but that role will be based on my logic (a database query to my created/defined table).
Can you please guide me in regard. And link or information provided in this regard will highly be appreciated.
Actualy scenario:
I am working on a solutions and i have used some thid party modules in it. I have defined a table who has the information about the LogIn user and his allowed features.
I wanted to define a security role check that will tell me that the Logged in user is present in that particular database table or not (of allowed users) so he should view some modules.
And if the Login user is not in that table then he cannot view those modules.
Those modules are some third party modules. As those modules allow all registered users to view them, i am not able to force this check on those modules.
So i wanted to define my own security roles check at DNN level, that'll control it for me. And in the SETTINGS of those modules, i'll only make them visible to my defined security roles only
So will it be possible to define my own security role at DNN level NOT at particular module level.
Thanks alot!