{**************************************************************************} {* *} {* Copyright (C) 2003-2014 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} {* it under the terms of the GNU General Public License as published by *} {* the Free Software Foundation; either version 2 of the License, or *} {* (at your option) any later version. *} {* *} {* This program is distributed in the hope that it will be useful, *} {* but WITHOUT ANY WARRANTY; without even the implied warranty of *} {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *} {* GNU General Public License for more details. *} {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} {* Foundation, Inc., *} {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************}

Compte Google Apps

{if $account && $account->provisioned()} {assign var=a value=$account} {if $a->suspended()} {/if}
Compte = {$a->g_account_name}
Google id = {$a->g_account_id}
Plat/al id = {$user}
Statut du compte {$a->g_status} {if $admin_account}
Compte administrateur de Google Apps{/if}
Raison de suspension{$a->g_suspension}
Mots de passes synchronisés {if $a->sync_password}oui{else}non{/if}
Redirection des emails{if $googleapps_storage}activée{else}désactivee{/if}
Date de création{$a->r_creation|date_format:"%Y-%m-%d"}
Dernière connexion{$a->r_last_login|date_format:"%Y-%m-%d"}
Dernière utilisation du webmail{$a->r_last_webmail|date_format:"%Y-%m-%d"}
Utilisation du quota d'emails{$a->r_disk_usage/1024/1024|string_format:"%.2f"}MB
Alias email du compte {foreach from=$a->nicknames() item=nickname}{$nickname}
{/foreach}{$a->g_account_name}

{xsrf_token_field}
Actions sur le compte
Statut du compte
  {if $a->pending_update_suspension}
Le statut du compte est en cours de changement. Aucune opération n'est possible.
{elseif $a->active()} {elseif $a->suspended()} {/if}
Mot de passe
  {if !$a->active()}
Aucune opération n'est possible sur un compte inactif.
{elseif $a->pending_update_password}
Le mot de passe du compte est en cours de changement. Aucune opération n'est possible.
{elseif $a->sync_password} {else} {/if}

{iterate from=$requests item=r} {/iterate}
Requêtes en attente
qid date statut type
{$r.q_id} {$r.p_entry_date|date_format:"%Y-%m-%d %H:%M"} {$r.p_status} {$r.j_type}
{elseif $account}

Cet utilisateur n'a pas de compte Google Apps.

{else}

Aucun utilisateur n'a été trouvé.

{/if}

Retourner à la page d'administration de Google Apps.

{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}