Skip to content

Commit

Permalink
SAK-14766 Only people with permission see dropbox. (sakaiproject#4980)
Browse files Browse the repository at this point in the history
This prevents people without a dropbox permission from seeing the dropbox tool in the site. Dropbox has an issue where it will allow people who don’t have this permission to have a folder created for them when they access the site, however this folder doesn’t have any of the normal dropbox permissions or display name set.
  • Loading branch information
buckett authored and steveswinsburg committed Nov 16, 2017
1 parent 45b27cd commit 204c33b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<category name="course" />
<category name="project" />

<!-- This is final because it's being added long after the tool has rolled out so making it final means
all existing placements get this in their configuration without backfilling -->
<configuration name="functions.require" type="final"
value="dropbox.own | dropbox.maintain | dropbox.maintain.own.groups" />
</tool>

</registration>

0 comments on commit 204c33b

Please sign in to comment.