Skip to content
Snippets Groups Projects
Commit 97e7e4f1 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch 'linking-improvments' into 'release/1.7.1'

Linking improvments

See merge request !144
parents dea15af4 72b6cec1
No related branches found
No related tags found
2 merge requests!145Release/1.7.1,!144Linking improvments
Pipeline #93343 passed
...@@ -71,7 +71,7 @@ public class OIDCAuthController { ...@@ -71,7 +71,7 @@ public class OIDCAuthController {
); );
throw new AuthenticationException(ae.getMessage()); throw new AuthenticationException(ae.getMessage());
} }
checkUserApprovals(user); // checkUserApprovals(user);
if (configurationManager.getConfiguration().isMaintenance() if (configurationManager.getConfiguration().isMaintenance()
&& user.getRoles().stream().noneMatch(value -> value.getRole().equals(Role.ROLE_SYSTEM_ADMIN))) { && user.getRoles().stream().noneMatch(value -> value.getRole().equals(Role.ROLE_SYSTEM_ADMIN))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment