Merge commit 'origin/fusionax' into account
[platal.git] / templates / platal / motdepasse.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 Polytechnique.org *}
0337d704 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>
25 Changer de mot de passe
26</h1>
27
28<p>
8182ad00
SJ
29 Ton mot de passe doit faire au moins <strong>6 caractères</strong> et comporter deux types de
30 caractères parmi les suivants : lettres minuscules, lettres majuscules, chiffres, caractères spéciaux.
31 Attention au type de clavier que tu utilises (qwerty ?) et aux majuscules/minuscules.
0337d704 32</p>
33<p>
5147385f 34 Pour une sécurité optimale, ton mot de passe circule de manière chiffrée (https) et est
1cc498c1 35 stocké chiffré irréversiblement sur nos serveurs.
0337d704 36</p>
37<br />
38<form action="{$smarty.server.REQUEST_URI}" method="post" id="changepass">
39 <table class="tinybicol" cellpadding="3" cellspacing="0"
40 summary="Formulaire de mot de passe">
41 <tr>
42 <th colspan="2">
43 Saisie du nouveau mot de passe
44 </th>
45 </tr>
46 <tr>
47 <td class="titre">
00681970 48 Mot de passe&nbsp;:
0337d704 49 </td>
50 <td>
2b18a8ff 51 <input type="password" size="10" maxlength="256" name="nouveau" />
0337d704 52 </td>
53 </tr>
54 <tr>
55 <td class="titre">
e8439508 56 Retape-le une fois&nbsp;:
0337d704 57 </td>
58 <td>
2b18a8ff 59 <input type="password" size="10" maxlength="256" name="nouveau2" />
0337d704 60 </td>
61 </tr>
62 <tr>
df58c4bb
FB
63 <td class="titre">
64 Sécurité
65 </td>
66 <td>
92029dcf 67 {checkpasswd prompt="nouveau" submit="submitn"}
df58c4bb
FB
68 </td>
69 </tr>
70 <tr>
0337d704 71 <td colspan="2" class="center">
92029dcf 72 <input type="submit" value="Changer" name="submitn" onclick="EnCryptedResponse(); return false;" />
0337d704 73 </td>
74 </tr>
75 </table>
76</form>
77<form action="{$smarty.server.REQUEST_URI}" method="post" id="changepass2">
78<p>
e61326ed 79{xsrf_token_field}
0337d704 80<input type="hidden" name="response2" value="" />
81</p>
82</form>
83
72e13ba3 84<p>
85 Note bien qu'il s'agit là du mot de passe te permettant de t'authentifier sur le site {#globals.core.sitename#} ;
86 le mot de passe te permettant d'utiliser le serveur <a href="./Xorg/SMTPSécurisé">SMTP</a> et <a href="Xorg/NNTPSécurisé">NNTP</a>
87 de {#globals.core.sitename#} (si tu as <a href="./password/smtp">activé l'accès SMTP et NNTP</a>)
88 est indépendant de celui-ci et tu peux le modifier <a href="./password/smtp">ici</a>.
89</p>
90
a7de4ef7 91{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}