Site structure
Version 3.x > Site structure > How can I disable the remote administrator option? View modes: 
User avatar
Member
Member
vladiastudillo-yahoo - 11/12/2008 4:06:28 PM
   
How can I disable the remote administrator option?

Hi guys,

maybe this is basic but, how i can remove the "Sign in to CMS Desk" from my pages?

I have seen many web sites powered by Kentico and many of them have default blank passwords for administrator user.

I don't wanna admin my web site remotely.

thanks a lot.

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 11/13/2008 7:46:17 AM
   
RE:How can I disable the remote administrator option?
Hi,

If you are using portal engine templates, please sign into the CMS Desk and select the root document in content tree. Now, click on the Design tab and remove the from the top the txtTrialInfo web part.

If you are using ASPX templates, please open this file - \CMSTemplates\CorporateSiteASPX\Root.master

And remove this:

<div style="border: 1px solid #cecfce; background: #f7f3ef; color: #555555; font-weight: bold;
padding: 3px; font-size: 10px; text-align: center">
Sign in to <asp:HyperLink ID="lnkCMSDesk" runat="server" Text="CMS Desk" />. Sign in to <asp:HyperLink ID="lnkSiteManager" runat="server" Text="CMS Site Manager" />. The default account is administrator with blank password.
</div>

Best Regards,
Juraj Ondrus