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

edit files: allow users to modify files for non-zenodo DOIs #852

Comments

@alejandromumo
Copy link
Member

We want to allow a set of users to edit files for Non-Zenodo DOIs.

Discussed with @slint and agreed on implementing something similar to the media files edition, i.e. we create an action to manage files and then create a role associated with the action. Lastly, we add this role to specific users so they can modify the files.

When this is deployed, we still need to create the role in production and associate the users:

$ invenio roles create files-manager
$ invenio access allow zenodo-manage-files role files-manager
$ invenio roles add <user_email> files-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment