I have a membership section that is protected using Public Access setting in umbraco. Which works perfectly until I try to add alttemplate (either directly in the url or using the url rewriting component).
Instead of giving me the login screen it shows me the page (that should be restricted) with the alttemplate applied.
I'm using version 4.0.2.1
Curious if anyone else has run into the problem and any suggestions to fix it.
Check on codeplex (I seem to remember that is has been logged before, and vote for it) and if it's not there, report this as a bug so it can be reproduced/resolved by the core team
Public Access and alttemplate
I have a membership section that is protected using Public Access setting in umbraco. Which works perfectly until I try to add alttemplate (either directly in the url or using the url rewriting component).
Instead of giving me the login screen it shows me the page (that should be restricted) with the alttemplate applied.
I'm using version 4.0.2.1
Curious if anyone else has run into the problem and any suggestions to fix it.
Thanks, Sean
Check on codeplex (I seem to remember that is has been logged before, and vote for it) and if it's not there, report this as a bug so it can be reproduced/resolved by the core team
TIA,
/Dirk
Here you go... Codeplex issue
Bottom line: check security permissions in your alternate template.
Cheers,
/Dirk
Thanks Dirk,
Thats what I am doing, I created a macro that does the check and include it on the tempalte.
But wasn't sure if there was an easier/better way to do it.
-Sean
This issue is still open in 4.10!
is working on a reply...