Bug #20789
closedRedirect away from the Docs directory?
0%
Description
Continuing my audit of BuddyPress Docs, I've found that the Docs directory can display private docs with a bit of the content visible in the excerpt when logged out. See https://commons.gc.cuny.edu/docs/ (especially the "GC IT Services emails" and "Support Info" docs).
We are not really exposing the Docs directory on the frontend, so we should probably just redirect away from this page. The alternative is keeping the page, but ensuring that private doc content is not visible. If we did this, we would also need to restyle the page to match our redesign.
Updated by Boone Gorges 4 months ago
- Status changed from New to Resolved
Thanks, Ray. This is definitely an oversight, and we should redirect away. https://github.com/cuny-academic-commons/cac/commit/9922a08fee7ee79c86abae645dbdaaaa06f21216 Deployed as a hotfix.