hy,
I installed and configured the module to restrict access to anonymous users, but anonymous users still see the contents and cck but with the error message defined by the module.
I understand that the correct behavior is to display only the message (not the content).

On the other hand, may I congratulate you for the module and make a request, it would be great that instead of the message could be redirected to the registration page, or integrate it with rules or LoginToboggan to redirect anonymous users.

regards

Comments

chrisbuck’s picture

It's been that way for a while. Same in the 5x version. A certain amount of text shows up no matter what you do, sort of as a teaser. My problem is that I want to restrict some HTML (an embedded PDF) from being seen by non-premium users, but it shows up anyway. the concept is good, but the module needs a little work.

mikl’s picture

Status: Active » Closed (works as designed)

You can handle this in your node template by checking node $node->premium and $node->premium_access :)