Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Disable Webdesk for Authors
Johnny
Hi Guys,
Im looking for a way to remove the webdesk checkbox on the login screen. Is there a supported way to do this?
John Cuiuli
Consultant
Sydney, Australia
Find more posts tagged with
Comments
tvaughan
Supported? Dunno.
But you can just edit the $IWHOME/httpd/webapps/webdesk/teamsite/login.jsp and comment out the page import of the WebDeskApplication.
Make a backup first, of course, and then run $IWHOME/install/install_webapps.ipl -c
Finally, bounce your server to see the changes take effect.
Good luck,
Tom
Johnny
Thanks for that.
I figured it was going to lead down that path.
John Cuiuli
Consultant
Sydney, Australia
Gregg Faus
If your running 5.5 and above you'll need to recompile webdesk. Do this by running the following cmd:
iwperl c:\iw-home\install\install_webapps.ipl -c
Bouncing the server will still bring up the old login, you could just do a iwreset -a after recompilation.