Forums / Setup & design / Login Question

Login Question

Author Message

John Smith

Tuesday 11 August 2009 2:45:34 am

Hi there,

Just a basic question about CMS behaviour. I am logged in from the public website and I write the following URL in the address bar.

http://www.sitename/siteaccess/user/login

Again getting login screen. Would not be there something saying you are already logged in or some sort of information related to the user already logged in.

Is there any setting which I am missing in ini files.

CMS is also going to login screen when you activate your account... Login screen does not hurt here but it does not look nice when the user is already logged in.

Below is the code from \templates\user\activate.tpl

<div class="buttonblock">
<form action={"/user/login"|ezurl} method="post">
    <input class="button" type="submit" value="{'OK'|i18n( 'design/standard/user' )}" />
</form>
</div>

Any suggestions

Cheers,