Files
SCM-Manager/scm-webapp
Johannes Schnatterer b95066946e User resource: No longer check for admin role.
In SCMM v2 we use permissions. The checks are already implemented in
DefaultUserManager called by the resource.

When not authorized, the check results in an AuthorizationException,
which is mapped to 403.
As this is no longer realized in the resource, the corresponding test
is removed.
2018-06-21 14:50:55 +02:00
..