Technical support This forum is closed.
Version 1.x > Technical support > editableregion on the secure page View modes: 
User avatar
Member
Member
forrester - 1/17/2007 11:22:34 PM
   
editableregion on the secure page
Hi,

I have the following page set in my web.config...

<add key="CMSSecuredAreasLogonPage" value="~/SecureLogon.aspx" />

I have a customer that wants an editable region on the SecureLogon page so that he can edit the editable region in the cmsdesk. Is this possible?

Thanks,
forrester

User avatar
Guest
admin - 1/20/2007 5:41:49 PM
   
Re: editableregion on the secure page
Hello,

I would recommend that you either create the page SecureLogon.aspx as a page template and create a page with alias path /securelogon

or

you can create an article /logontext and display it on the SecureLogon.aspx page using a CMSViewer control.

Regards,

User avatar
Member
Member
forrester - 1/22/2007 3:22:57 PM
   
Re: editableregion on the secure page
Thank you for the suggestions. I think I will go with the CMSViewer.

Regards,
forrester