phishing-frenzy icon indicating copy to clipboard operation
phishing-frenzy copied to clipboard

Feature Request: Read only users

Open nerbix opened this issue 9 years ago • 5 comments

Would be awesome if you could add users and give them read-only access to reporting and dashboard features.

nerbix avatar Sep 02 '15 16:09 nerbix

Oh yeah, a little role based authentication would go a long ways.

zeknox avatar Sep 02 '15 22:09 zeknox

@zeknox , Any idea how to do that please?

RatedRR avatar Jun 08 '17 09:06 RatedRR

This would require that authorization be implemented throughout the entire application using something like Pundit. Authorization policies would need to be created and added to every controller action to ensure authorization is taking place.

Additionally you would likely need to add some logic to the views so that buttons would not appear for read only based accounts.

zeknox avatar Jun 08 '17 13:06 zeknox

@zeknox Thank you for your answer. Is there any plan to add this feature to PF?

RatedRR avatar Jun 08 '17 14:06 RatedRR

Other features need to be implemented first that are hindering functionality including duplicate emails being send via Sidekiq. It's not on the immediate TODO list tbh.

zeknox avatar Jun 08 '17 14:06 zeknox