I’m testing periodic fee subscriptions in DNN 5. I’ve set the renewal period on my custom role to 1 day.
After 1 day, the subscription shows as EXPIRED, but the user can still view all the pages accessible to that role.
Am I missing something?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apparently, DNN checks the subscription expiration time on the WEB-SERVER, and ‘view permissions’ on the DB-SERVER.
I changed the date on my web server so I didn’t have to wait for 1 day for the role to expire. As soon as I changed the date on the DB server, I wasn’t able to view the pages any more.