{* $Header: /cvsroot/tikiwiki/tiki/templates/modules/mod-login_box.tpl,v 1.30.2.5 2006/08/04 22:11:17 luciash Exp $ *} {tikimodule title="{tr}Login{/tr}" name="login_box" flip=$module_params.flip decorations=$module_params.decorations} {if $user} {tr}logged as{/tr}: {$user}
{tr}Logout{/tr}
{if $tiki_p_admin eq 'y'}
{/if} {elseif $auth_method eq 'cas' && $showloginboxes neq 'y'} {tr}Login through CAS{/tr} {if $cas_skip_admin eq 'y'}
{tr}Login as admin{/tr} {/if} {else}
{if $feature_challenge eq 'y'} {literal} {/literal} {/if}
{if $loginuser eq ''}
{else}
{$loginuser}
{/if} {if $feature_challenge eq 'y'} {**}
{/if}
{if $rememberme ne 'disabled'}
{/if}
{if $forgotPass eq 'y' and $allowRegister eq 'y' and $change_password eq 'y'} {/if} {if $forgotPass eq 'y' and $allowRegister ne 'y' and $change_password eq 'y'} {/if} {if ($forgotPass ne 'y' or $change_password ne 'y') and $allowRegister eq 'y'} {/if} {if ($forgotPass ne 'y' or $change_password ne 'y')and $allowRegister ne 'y'}
 
{/if}
{if $http_login_url ne '' or $https_login_url ne ''} {/if} {if $show_stay_in_ssl_mode eq 'y'}
?
{/if}
{if $show_stay_in_ssl_mode ne 'y'} {/if} {if $use_intertiki_auth eq 'y'} {/if}
{/if} {/tikimodule}