Limit site creation access to Admins only (5.0 Community)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2015 05:37 AM
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 03:02 AM
Follow the steps mentioned in this blog post.
http://hardikkacholia.blogspot.in/2015/09/customizing-alfresco-50-share-header.html
This will help you to hide Create site menu from non-admin users.
Note :- If the war files are exploded again, then these changes might get lost. So either you should keep backup OR you can use tomcat\shared\classes\alfresco\web-extension path instead of
tomcat\webapps\share\WEB-INF\classes\alfresco\web-extension.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 01:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 03:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 05:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 05:49 PM
1- Shut down your Alfresco server and make a backup of you WAR files in Alfresco_root/tomcat/webapps (share.war ; alfresco.war)
2- Copy share-site-creators-repo.amp in Alfresco_root/amps
3- Copy share-site-creators-share.amp in Alfresco_root/amps_share
4- Install AMPs by going to Alfresco_root/bin
for Windows : execute the file apply_amps.bat
for Linux : execute the file apply_amps.sh
5- Let the script run,(you'll be eventually prompted to press a key) it will automatically install your AMPs.
6- When it finishes, youll be informed that your AMPs were applied successfully. In the same folder, execute clean_tomcat.bat or clean_tomcat.sh depending on the OS youre using (this prepares the WARs to be redeployed at tomcat restart).
7- Start your Alfresco server and follow the instructions supplied with the extension to use it.
8- Enjoy!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 05:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 05:42 PM
My problem now is even after creating GROUP_SITE_CREATORS and adding ALFRESCO_ADMINISTRATORS I cannot create sites still as the admin.
Not sure if I am missing something 😕
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2015 05:51 PM
Edit: quoting the install intructions from https://github.com/jpotts/share-site-creators:
"By default, the group the module looks for must have an ID of "GROUP_SITE_CREATORS". The display name can be anything. When you create the group you do not specify "GROUP_"–Alfresco will prepend that for you."
