{* $Id$ *} {if !$ts.ajax} {title help="Users Management" admpage="login" url="tiki-adminusers.php"}{tr}Admin Users{/tr}{/title}
{if $prefs.feature_intertiki eq 'y' and ($prefs.feature_intertiki_import_groups eq 'y' or $prefs.feature_intertiki_import_preferences eq 'y')} {remarksbox type="warning" title="{tr}Warning{/tr}"} {if $prefs.feature_intertiki_import_groups eq 'y'}{tr}Since this Tiki site is in slave mode and imports groups, the master groups will be automatically reimported at each login{/tr}{/if} {if $prefs.feature_intertiki_import_preferences eq 'y'}{tr}Since this Tiki site is in slave mode and imports preferences, the master user preferences will be automatically reimported at each login{/tr}{/if} {/remarksbox} {/if} {/if} {tabset name='tabs_adminusers'} {* ---------------------- tab with list -------------------- *} {tab name="{tr}Users{/tr}"} {if !$ts.ajax}{icon name='warning' alt="{tr}Warning{/tr}" style="vertical-align:middle"} {tr}Changing username is disabled for Intertiki sites{/tr}
{/if} {else} {$userinfo.login} {/if}| {tr}Created{/tr} | {$userinfo.created|tiki_long_datetime} |
| {tr}Registered{/tr} | {if $userinfo.registrationDate}{$userinfo.registrationDate|tiki_long_datetime}{/if} |
| {tr}Pass confirmed{/tr} | {if isset($userinfo.pass_confirm) && $userinfo.pass_confirm}{$userinfo.pass_confirm|tiki_long_datetime|default:'Never'}{/if} |
| {tr}Email confirmed{/tr} | {if $userinfo.email_confirm} ({tr _0=$userinfo.daysSinceEmailConfirm}%0 days ago{/tr}) {else} {tr}Never{/tr} {/if} |
| {tr}Current Login{/tr} | {if $userinfo.currentLogin}{$userinfo.currentLogin|tiki_long_datetime|default:'Never'}{/if} |
| {tr}Last Login{/tr} | {if $userinfo.lastLogin}{$userinfo.lastLogin|tiki_long_datetime|default:'Never'}{/if} |
{tr}Temporary users cannot login the usual way but instead do so via an autologin URL that is associated with a token.{/tr} {tr}An email will be sent out to invited users containing this URL. You will receive a copy of the email yourself.{/tr}
{tr}These temporary users will be deleted (but can be set to be preserved in Admin Tokens) once the validity period is over. Normally, these users should have read-only access. Nevertheless, if you are allowing these users to submit information, e.g. fill in a tracker form, make sure to ask for their information again in those forms.{/tr}
{tr}Please do not assign temporary users to Groups that can access any security sensitive information, since access to these accounts is relatively easy to obtain, for example by intercepting or otherwise getting access to these emails.{/tr}
{/remarksbox} {remarksbox type="info" title="{tr}Revoking Access{/tr}"} {tr}To revoke access before validity expires or to review who has access, please see:{/tr} {tr}Admin Tokens{/tr} {/remarksbox}