Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task/WC-119: Use a Django group to manage project admins #1451

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jarosenb
Copy link
Member

Overview:

Updates the process for managing projects as an admin user.
Before: An admin user would impersonate a project member and manage projects as that user.
After: The admin user is added to a "Project Admin" group in Django. Members of this group can view/edit/publish all projects and can interact with project file systems using the service account.

PR Status:

  • Ready.
  • Work in Progress.
  • Hold.

Related Jira tickets:

Summary of Changes:

Testing Steps:

  1. Create a group called Project Admin (case-sensitive) in the Django admin interface (https://designsafe.dev/admin/auth/group/)
  2. Add your user to this group
  3. Go to My Projects. You should see a list of all projects in the database, not just those tied to your user account.
  4. Confirm that you have READ access to files in arbitrary projects.

UI Photos:

Notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant