Changes between Initial Version and Version 1 of Ticket #43546, comment 76
- Timestamp:
- 05/09/2018 09:37:54 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43546, comment 76
initial v1 7 7 My plugin allows generation of downloadable certificates which likely contain personal information. I want to include these downloads in the generated export file but I do not want to put them in a publicly accessible directory (like a subdirectory in the uploads directory). This is I think fine for things like images which are already publicly accessible but since my plugin's certificates contain personal information I don't feel it wise to put them there even if they file name is obscured. 8 8 9 If the email address is passed in this hook I can add the actual certificate files to the export very easily .9 If the email address is passed in this hook I can add the actual certificate files to the export very easily and allow them to remain completely non-public. 10 10 11 11 I know it's late and the RC is closing in but I think this is a small addition which would have little negative consequence (that I can think of immediately at least.