I'm new to C1 and I've created a new website for testing purposes. I'm having trouble getting a few things to work.
I've added a page with a LoginForm function and another page with a LoginStatus function. Extranet security has been enabled and set up. The LoginForm appears to work correctly (the login button becomes a logout button), but when I view the page containing the LoginStatus function there is no text on the page to identify the logged-in user. For example, there is no 'You are not logged in' message (despite it appearing in the Preview window for the page), and there is nothing saying 'You are logged in as...'. I've tried changing the theme/layout of the page, in case the message was being hidden somehow, but that has made no difference.
The source of the LoginStatus page is pretty straightforward:
I've added a page with a LoginForm function and another page with a LoginStatus function. Extranet security has been enabled and set up. The LoginForm appears to work correctly (the login button becomes a logout button), but when I view the page containing the LoginStatus function there is no text on the page to identify the logged-in user. For example, there is no 'You are not logged in' message (despite it appearing in the Preview window for the page), and there is nothing saying 'You are logged in as...'. I've tried changing the theme/layout of the page, in case the message was being hidden somehow, but that has made no difference.
The source of the LoginStatus page is pretty straightforward:
<head></head>
<body>
<p>Blah blah blah...</p>
<f:function name="Composite.Community.Extranet.LoginStatus" xmlns:f="http://www.composite.net/ns/function/1.0" />
<p><br /><br /></p>
</body>
Any idea why it wouldn't be visible (assuming it is working correctly)? Am I missing something?