Hi!
It would be grate if it would be possible to allow only certain roles to subscribe to some newsletters.

Comments

michelle’s picture

You can do that with taxonomy_access. If you don't give them view access, they can't subscribe to it.

Unfortunately, they can still create a newsletter even if they don't have create access on that term. Is this a bug?

Michelle

ejort’s picture

As I discovered recently you have to be careful when using taxonomy_access to remove view permissions from the newsletters. If your mail out isn't completed when you click submit, it is deferred to be completed in later cron-runs. Cron runs with the permissions of the anonymous user, so if you haven't given 'anonymous' access to the newsletters the cron run won't be able to send the email!

michelle’s picture

In that case, it would be good to have some other method of controling access. None of my newsletters are available to anonymous users as it's a private site.

Good catch on that!

Michelle

DriesK’s picture

Status: Active » Fixed

fixed in version 1.13

Anonymous’s picture

Status: Fixed » Closed (fixed)