Commit 79d08a4d authored by Matthias Bernt's avatar Matthias Bernt
Browse files

Merge branch 'users' of https://github.com/bernt-matthias/galaxy into users

parents b71eaaf4 14ab0e22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ class UsersService(ServiceBase):
    ) -> List[MaybeLimitedUserModel]:
        # never give any info to non-authenticated users
        if not trans.user:
            return []
            raise glx_exceptions.AuthenticationRequired("Only registered users can view the list of users")

        # check for early return conditions
        if deleted: