Skip to content

Commit f73721c

Browse files
committed
refactor: workspace permission
1 parent d5bfe98 commit f73721c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/users/views/user.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ class Password(APIView):
182182
operation_id=_("Get default password"), # type: ignore
183183
tags=[_("User Management")], # type: ignore
184184
responses=UserPasswordResponse.get_response())
185-
@has_permissions(PermissionConstants.USER_CREATE, RoleConstants.ADMIN)
186185
def get(self, request: Request):
187186
return result.success(data={'password': default_password})
188187

0 commit comments

Comments
 (0)