Disable External User Invite/Access
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2010 04:59 PM
I have searched and searched. Is there a way to disable the external user invite in Share?
I don't want site managers to be able to invite anyone not specifically created by the admin as a user. This may be something we want to reverse in the future, but for now we want to limit access to internal employees only. I haven't been able to find anything to suggest this is possible in the forums or documentation.
I don't want site managers to be able to invite anyone not specifically created by the admin as a user. This may be something we want to reverse in the future, but for now we want to limit access to internal employees only. I haven't been able to find anything to suggest this is possible in the forums or documentation.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2010 04:50 PM
*BUMP*
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2010 07:43 AM
Please don't bump stuff - it makes it look like there's an answer to your post.
It would be a simple change to the Invitation service. But its not there at the moment.
It would be a simple change to the Invitation service. But its not there at the moment.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2011 11:32 AM
*BUMP*
Hmmm, a simple solution could be replace
-> tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/invite/addemail.get.html.ftl
with an empty one?
(restart needed)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2012 04:32 AM
Hello,
I hid the invitation form editing this file:
/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/invite/addemail.get.js
model.allowEmailInvite = false;
I hid the invitation form editing this file:
/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/invite/addemail.get.js
model.allowEmailInvite = false;
