Adds the precision that the site password has to be shorter than 10 characters
[platal.git] / templates / platal / motdepasse.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
179afa7f 3{* Copyright (C) 2003-2008 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>
2710d78e 29 Ton mot de passe doit faire au moins <strong>6 caractères</strong> quelconques et au plus 10 caractères. Attention
0337d704 30 au type de clavier que tu utilises (qwerty?) et aux majuscules/minuscules.
31</p>
32<p>
a7de4ef7 33 Pour une sécurité optimale, ton mot de passe circule de manière cryptée (https) et est
34 stocké crypté irréversiblement sur nos serveurs.
0337d704 35</p>
36<br />
37<form action="{$smarty.server.REQUEST_URI}" method="post" id="changepass">
38 <table class="tinybicol" cellpadding="3" cellspacing="0"
39 summary="Formulaire de mot de passe">
40 <tr>
41 <th colspan="2">
42 Saisie du nouveau mot de passe
43 </th>
44 </tr>
45 <tr>
46 <td class="titre">
e8439508 47 Nouveau mot de passe&nbsp;:
0337d704 48 </td>
49 <td>
7143ad2b 50 <input type="password" size="10" maxlength="10" name="nouveau" />
0337d704 51 </td>
52 </tr>
53 <tr>
54 <td class="titre">
e8439508 55 Retape-le une fois&nbsp;:
0337d704 56 </td>
57 <td>
58 <input type="password" size="10" maxlength="10" name="nouveau2" />
59 </td>
60 </tr>
61 <tr>
df58c4bb
FB
62 <td class="titre">
63 Sécurité
64 </td>
65 <td>
92029dcf 66 {checkpasswd prompt="nouveau" submit="submitn"}
df58c4bb
FB
67 </td>
68 </tr>
69 <tr>
0337d704 70 <td colspan="2" class="center">
92029dcf 71 <input type="submit" value="Changer" name="submitn" onclick="EnCryptedResponse(); return false;" />
0337d704 72 </td>
73 </tr>
74 </table>
75</form>
76<form action="{$smarty.server.REQUEST_URI}" method="post" id="changepass2">
77<p>
e61326ed 78{xsrf_token_field}
0337d704 79<input type="hidden" name="response2" value="" />
80</p>
81</form>
82
72e13ba3 83<p>
84 Note bien qu'il s'agit là du mot de passe te permettant de t'authentifier sur le site {#globals.core.sitename#} ;
85 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>
86 de {#globals.core.sitename#} (si tu as <a href="./password/smtp">activé l'accès SMTP et NNTP</a>)
87 est indépendant de celui-ci et tu peux le modifier <a href="./password/smtp">ici</a>.
88</p>
89
a7de4ef7 90{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}