I tried to use content access module for denying anonymous users to particular group content types (= content types that represent an organic group). No success.

Per content type and per node settings are ignored.

Unfortunately I don't have the time at the moment to dig deeper, I will just deny access to anonymous in a custom module :) I wanted to report the bug nevertheless, though.

Comments

fago’s picture

Status: Active » Closed (works as designed)

That won't work due to the way the drupal node access system works. If one module - that changes node access like og - grants access to a node - then the access is granted regardless if other modules do.