If a member is not logged in, in contour = wierd stuff going on
Hi,
I have upgraded Contour to 1.1.9
for the use of {member.property} on the site (umbraco 4.0.3).
Works fine when your member are
logged in, but if the member is not logged in, the form input will just
show a plain text "{member.property}". Why is it not just showing an empty space or no info?
What I do is I just place the {member.property} in the PreValues input field.
Tried to nuke the auth cookie (using standard ASP.NET login controls here) and also tried to Log out using the Login status ASP.NET control, but no luck unfortunately :-(
Upgrading to 4.7.1 is not an option at the moment since the site is quite package-heavy and it'll be too time-consuming.
I also checked that the UMB_MEMBER cookie is not present..
If a member is not logged in, in contour = wierd stuff going on
Hi,
I have upgraded Contour to 1.1.9 for the use of {member.property} on the site (umbraco 4.0.3).
Works fine when your member are logged in, but if the member is not logged in, the form input will just show a plain text "{member.property}". Why is it not just showing an empty space or no info?
What I do is I just place the {member.property} in the PreValues input field.
Hope someone can help me out here?
Kind regards,
Niels Kristiansen
Hi Niels,
Under v4.0.3 make sure the member is fully logged out. You might be having the same isssue as the one here.
Have you consider to upgrade to v4.7.2..
//fuji
Hi Fuji,
Tried to nuke the auth cookie (using standard ASP.NET login controls here) and also tried to Log out using the Login status ASP.NET control, but no luck unfortunately :-(
Upgrading to 4.7.1 is not an option at the moment since the site is quite package-heavy and it'll be too time-consuming.
I also checked that the UMB_MEMBER cookie is not present..
is working on a reply...