Login failed: com.haulmont.cuba.security.global.LoginException: Unknown login name or bad password

Hi all,

I migrated an application from 7.1 to 7.2, added multi tenancy to the project. Everything went fine. When i create new users, i can’t login with the newly created users, i get the error in the subject. Only the admin user can login.

Can anyone please help?

Regards,

LS

Hi LloydS,
To grant access to the created user to the application, you should create a new role and select the required permissions, or select one of the already created roles and assign it to the created user.
For using multitenancy in your project, you can assign already created tenant-admin-role or default-tenant-role to the user.
For example, a full-system-access role is assigned to a Admin user.
You can find more information in our documentation on Roles and Permissions.
Regards,
Mikhail