Loading lib/galaxy/webapps/galaxy/services/users.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
lib/galaxy/webapps/galaxy/services/users.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading