For now, when a user is not logged in. They see a white page with title and filters.
The data itself is not loaded because of the --ACCESS=access reports data in the sql file.

Is there a way to prevent anonymous user to access a report link so they are redirect to error 403 page?
Maybe an extra parameter in the xml file when loaded?

Comments

metzlerd’s picture

Category: Support request » Feature request

If you make a menu menu frx:menu (in the head section) or via the general tab of the report editor, and you access the menu item instead of the report directly. You will get an access denied error message, but only if you don't have access to any of the data blocks provided in a report.

I've been meaning to try and make some modifications to forena to do what you are suggesting for all reports, but I need to be careful because sometimes you only have to access to some of the data blocks in the report and that can be accessed and in such cases I want to make sure those reports are displayed.

hgkris’s picture

Hi

Thank you for your input.

Is this an option?
- Place an extra attribute in the frx file like <frx:access role="1,5"/>
or
- Like you suggest, "You will get an access denied error message, but only if you don't have access to any of the data blocks provided in a report"