Skip to content

Fixed ISSUE-48757: Adding user role active check on getDefaultRole function

This function is used to pick an active user role when the default user role is not active, and without this check you can retrieve a role that is not enabled in the user roles tab, causing the login process to fail.

Merge request reports