Izenda Reports inherits your application's security. You must supply user credentials
from a login page. Whether you use sessions, database tables, or any other login
and authentication method is your decision. In a multi-tenant environment, Izenda
Reports will need the user name and tenant identifier. The product includes one
pre-defined "Administrator" role. In order to implement any other roles, such as
power users, sales or any other type, you will need to define them by using our
settings to determine what kind of access permissions a role should have.
- Administrators: if a user is set as an admin, then they will be
able to see all reports and overwrite even read only reports. Note: this behavior
can be changed via code customization.
- All other users: if the user name is set, but the user is not an
admin, then by default, that user will only see shared reports and their own reports.
Note: this behavior can be changed via code customization, since all settings can
be set on a per-use basis.