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!
Solved! Go to Solution.
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>
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>
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.