EPrints Technical Mailing List Archive

Message: #08079


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] User Roles


Is it in github?  Can you link me to the code?

On 16 Jan 2020 08:31, James Kerwin via Eprints-tech <eprints-tech@ecs.soton.ac.uk> wrote:
Hi All,

I rewrote my twitter bot using a different Perl module as it wasn't working how I wanted it to (failed with "special characters").

It worked when I rewrote it as a .pl in cfg.d. I then decided to rewrite it as an Event plugin as this seems like the "proper" way to do things. Unfortunately, it doesn't work.

I can see that it gets added to the indexer and it subsequently fails.

One possible reason it fails is that I don't have any user roles set up for it. For an event plugin, do I need user roles to be set up?

I've tried to look at documentation for other plugins, but they also involve a "Screen" plugin which is what I assume the user roles are for. My plugin just uses the status change trigger to compile and send a tweet.

Any pointers greatly appreciated.

Thanks,
James