cancel
Showing results for 
Search instead for 
Did you mean: 

Disable External User Invite/Access

rgihicks
Champ in-the-making
Champ in-the-making
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.
4 REPLIES 4

rgihicks
Champ in-the-making
Champ in-the-making
*BUMP*

mrogers
Star Contributor
Star Contributor
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.

erny1803
Champ in-the-making
Champ in-the-making
*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)

david_ad
Champ in-the-making
Champ in-the-making
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;