- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2017 01:21 PM
Is it possible to hide the share link on Alfresco's documents? Or is there an option to set/add a one-time password to the link or document?
Thanks again!
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2017 01:35 PM
You can disable the quickshare functionality on the Repository tier by setting system.quickshare.enabled=false in alfresco-global.properties. If you override the social action configuration section in share-config-custom.xml you should be able to completely hide the quickshare + linkshare actions.
<config evaluator="string-compare" condition="Social" replace="true"> <!-- Alfresco QuickShare social widget - for creating public url that can be shared --> <quickshare></quickshare> <!-- Alfresco LinkShare social widget - share a link to social sites --> <linkshare></linkshare> </config>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2017 01:35 PM
You can disable the quickshare functionality on the Repository tier by setting system.quickshare.enabled=false in alfresco-global.properties. If you override the social action configuration section in share-config-custom.xml you should be able to completely hide the quickshare + linkshare actions.
<config evaluator="string-compare" condition="Social" replace="true"> <!-- Alfresco QuickShare social widget - for creating public url that can be shared --> <quickshare></quickshare> <!-- Alfresco LinkShare social widget - share a link to social sites --> <linkshare></linkshare> </config>
