Typo.
[platal.git] / templates / xnet / recovery.tpl
CommitLineData
e1e112b3
SJ
1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 Polytechnique.org *}
e1e112b3
SJ
4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23
24<h1>Perte du mot de passe</h1>
25
26
27{if $ok}
28
29<p>
30<strong>Un certificat d'authentification</strong> vient de vous être attribué et envoyé.
31Ce certificat permet d'accéder à un formulaire de changement de mot de passe.
32<span class="erreur"> Il expire dans six heures.</span> Vous devez donc <strong>consulter vos emails avant son
33expiration</strong> et utiliser le certificat comme expliqué dans l'email pour changer votre mot de passe.
34</p>
35<p>
7f3bf778 36Si vous n'accédez pas à cet email dans les 6 heures, sollicitez un nouveau certificat sur cette page.
e1e112b3
SJ
37</p>
38
39{else}
40
41<form action="{$platal->ns}recovery/ext" method="post">
42 <p>
43 Il est impossible de récupérer le mot de passe perdu car nous n'avons que le résultat après un
44 chiffrement irréversible de votre mot de passe. La procédure suivante va vous permettre de choisir un
45 nouveau mot de passe.
46 </p>
47 <p>
48 Après avoir complété les informations suivantes, vous recevrez un
49 email vous permettant de choisir un nouveau mot de passe. </p>
50 <p>
51 Si vous ne recevez pas cet email, n'hésitez pas à contacter
52 <a href="mailto:support@{#globals.mail.domain#}">le support technique</a>.
53 </p>
54 <table class="tinybicol" cellpadding="3" cellspacing="0" summary="Récupération du mot de passe">
55 <tr>
56 <th colspan="2">
57 Perte de mot de passe
58 </th>
59 </tr>
60 <tr>
61 <td class="titre">
8a0908db 62 Identifiant (adresse email)&nbsp;:
e1e112b3
SJ
63 </td>
64 <td>
65 <input type="text" size="20" maxlength="255" name="login" />
66 </td>
67 </tr>
68 <tr>
69 <td colspan="2" class="center">
70 <input type="submit" value="Continuer" name="submit" />
71 </td>
72 </tr>
73 </table>
74</form>
75{/if}
76
448c8cdc 77{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}