Opened 12 years ago
Closed 9 years ago
#24542 closed defect (bug) (maybelater)
Twenty Thirteen: Respect post password settings in image attachments?
Reported by: | obenland | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | close |
Focuses: | Cc: |
Description
In case the image attachment's parent post is password protected, we probably shouldn't display the image. Does someone have a better idea than to ask for the parent's post password?
Downside:
Since images can now be part of multiple galleries, it might happen that certain images in a gallery require a password because it has a different parent post (that is password protected), while others do not.
Thoughts?
Attachments (1)
Change History (11)
#4
@
12 years ago
I'm leaning toward punting on this one, maybe to 3.7. The post is protected, not the media elements uploaded, necessarily.
#6
@
11 years ago
- Milestone changed from Future Release to 3.7
Let's discuss this in 3.7 a bit more.
#8
@
11 years ago
- Milestone changed from 3.7 to Future Release
After discussing again today in bug scrub (log) I think we have several things to decide:
- Should this be pushed to a core solution, regardless of themes? Where authors can choose a more fine-grained approach to protecting media items regardless of which post they are a) attached to and b) displayed with?
- Should we just go ahead and patch the default themes with a check for password protection in the image templates?
In my mind it's a minor edge case so doesn't need immediate attention, but we should loop back to it soon.
Seems like that should be handled in core, not the theme.