Appearance
Role based access control
Forxai Video Vision application implements role based access control (RBAC) to several sections of application to users based on roles, or user groups. This allows restricting access to critical configuration or system controls to administrators while allowing broader access to dashboards and other user interfaces oriented at end users.
User is allowed to authenticate as one of the roles by providing credentials to the form on the login screen. Login UI
After logging in, the session expires in 1 hour of inactivity, after which you will be logged out. The login session is refreshed with every interaction with the platform - e.g. clicking in the UI.
⚠️ Warning
You will be prompted to change your password immediately after the first login. Make sure you note down the new password to avoid having to contact support for a password reset.
⚠️ Warning
There is a limit of 5 login attempts. Upon fifth unsuccessful login attempt, the user is locked out for 10 minutes after which they can attempt to login again.
Forgotten password
💡 Tip
If you forgot your password, please contact your Konica Minolta representative or open a ticket via ServiceNow for technical support.
User groups
Find below specification of user groups / roles in increasing order, with each successive role containing rights of the previous ones:
Customer Operator
This role allows access to the non-public parts of the application to enable viewing real time dashboards.
Customer Admin
This role allows specific customer employees to change runtime configuration such as dynamic settings.
Platform Admin
This role enables access to the Builder and controlling Deployments, but brings potential risk in introducing breaking changes to the deployment resulting in disruptions or even critical failures. For that reason this role is for Konica Minolta employees only - technicians, sales and consultants. This allows everyone working with customer to setup their product and do last minute fine tuning.
Super Admin
Reserved for support engineers and development team when resolving production incidents, this is highest administration role.
Changing user password
To change the password of your account, follow these steps:
Go to the /hub homepage.
Click the avatar icon in the top right corner.
Click on Change password
Enter your current password.
Enter your new password.
Click Update.
Passwords have several requirements in regards to their complexity:
- At least 8 characters long
- At least 1 uppercase letter (A-Z)
- At least 1 lowercase letter (a-z)
- At least 1 number (0-9)
- At least 1 special character (e.g. ! $ @ %)