------------------------------------------------------------
revno: 1346
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sun 2012-03-25 15:14:58 -0700
message:
Backported the password reminder from private archive login feature from the
2.2 branch.
modified:
Mailman/Cgi/private.py
NEWS
templates/ar/private.html
templates/ast/private.html
templates/ca/private.html
templates/cs/private.html
templates/da/private.html
templates/de/private.html
templates/el/private.html
templates/en/private.html
templates/es/private.html
templates/et/private.html
templates/eu/private.html
templates/fi/private.html
templates/fr/private.html
templates/gl/private.html
templates/he/private.html
templates/hr/private.html
templates/hu/private.html
templates/ia/private.html
templates/it/private.html
templates/ja/private.html
templates/ko/private.html
templates/lt/private.html
templates/nl/private.html
templates/no/private.html
templates/pl/private.html
templates/pt/private.html
templates/pt_BR/private.html
templates/ro/private.html
templates/ru/private.html
templates/sk/private.html
templates/sl/private.html
templates/sr/private.html
templates/sv/private.html
templates/tr/private.html
templates/uk/private.html
templates/vi/private.html
templates/zh_CN/private.html
--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1
Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Cgi/private.py'
--- Mailman/Cgi/private.py 2011-02-05 20:11:39 +0000
+++ Mailman/Cgi/private.py 2012-03-25 22:14:58 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2012 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -135,6 +135,27 @@
message = Bold(FontSize('+1', _('Authorization failed.'))).Format()
# give an HTTP 401 for authentication failure
print 'Status: 401 Unauthorized'
+ # Are we processing a password reminder from the login screen?
+ if cgidata.has_key('login-remind'):
+ if username:
+ message = Bold(FontSize('+1', _("""If you are a list member,
+ your password has been emailed to you."""))).Format()
+ else:
+ message = Bold(FontSize('+1',
+ _('Please enter your email address'))).Format()
+ if mlist.isMember(username):
+ mlist.MailUserPassword(username)
+ elif username:
+ # Not a member
+ if mlist.private_roster == 0:
+ # Public rosters
+ safeuser = Utils.websafe(username)
+ message = Bold(FontSize('+1',
+ _('No such member: %(safeuser)s.'))).Format()
+ else:
+ syslog('mischief',
+ 'Reminder attempt of non-member w/ private rosters: %s',
+ username)
# Output the password form
charset = Utils.GetCharSet(mlist.preferred_language)
print 'Content-type: text/html; charset=' + charset + '\n\n'
=== modified file 'NEWS'
--- NEWS 2012-03-25 20:45:51 +0000
+++ NEWS 2012-03-25 22:14:58 +0000
@@ -22,6 +22,9 @@
New Features
+ - Added a password reminder button to the private archive login page.
+ Backported from the 2.2 branch.
+
- There is a new list attribute regular_exclude_ignore set from mm_cfg.py
DEFAULT_REGULAR_EXCLUDE_IGNORE. This defaults to True even though the
prior behavior is equivalent to False. A True setting will ignore an
=== modified file 'templates/ar/private.html'
--- templates/ar/private.html 2012-03-25 01:23:57 +0000
+++ templates/ar/private.html 2012-03-25 22:14:58 +0000
@@ -35,6 +35,21 @@
<p>كوكيات الجلسة مستخدمة في واجهة الأرشيف الخاص بحيث لا تحتاج إلى إعادة إدخال كلمة سرك لكل عملية. سوف تفقد هذه الكوكي
صلاحيتها عندما تغلق مستعرضك، أو يمكنك إنهاء صلاحية الكوكي بشكل
صريح عن طريق زيارة صفحة خيارات الأعضاء والضغط على زر <em>تسجيل الخروج</em>.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/ast/private.html'
--- templates/ast/private.html 2012-03-25 01:23:57 +0000
+++ templates/ast/private.html 2012-03-25 22:14:58 +0000
@@ -29,6 +29,21 @@
</TABLE>
<p><strong><em>Importante:</em></strong> A partir d'agora, tienes de tener habilitaes les cookies nel restolador web, de nun ser asina, los cambeos nun fadrán efeutu.
<p>Les sesiones basaes en cookies úsense na interface alministrativa de Mailman, de mou que nun necesites identificate de contino con cada operación alministrativa que faigas. La cookie caducará automáticamente cuando salgas del restolador, o puedes facela caducar seleicionando la opción <em>Salida</em> baxo la seición titulada <em> Otres Actividaes Alministratives</em> (que verás una vegada que consigas entrar con éxitu).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/ca/private.html'
--- templates/ca/private.html 2012-03-25 01:23:57 +0000
+++ templates/ca/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
explícitament si feu clic al botó <em>Surt</em> a sota d'<em>Altres
tasques administratives</em> (el qual es mostrarà un cop hàgiu
entrat).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/cs/private.html'
--- templates/cs/private.html 2012-03-25 01:23:57 +0000
+++ templates/cs/private.html 2012-03-25 22:14:58 +0000
@@ -37,6 +37,21 @@
Odhl�sit se m��ete kliknut�m na <em>Odhl�sit</em>.
Tento odkaz uvid�te a� po �sp�n�m p�ihl�en�.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/da/private.html'
--- templates/da/private.html 2012-03-25 01:23:57 +0000
+++ templates/da/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
Du kan også fjerne cookies manuelt ved at klikke på
<em>Logout</em> linket under <em>Other Administrative
Activities</em> (som du får op efter at have logget ind).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/de/private.html'
--- templates/de/private.html 2012-03-25 01:23:57 +0000
+++ templates/de/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
verfallen lassen, indem Sie auf den <em>Ausloggen</em> Link unter
<em>Andere Administrative Tätigkeiten</em> klicken (den Sie sehen
werden sobald Sie erfolgreich eingeloggt sind).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/el/private.html'
--- templates/el/private.html 2012-03-25 01:23:57 +0000
+++ templates/el/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
cookie �� ����� �������� ����� �������� ��� browser, � �������� ���
����� �� ������ �� cookie �� ����� �������� �� link ���
<em>�����������</em>.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/en/private.html'
--- templates/en/private.html 2012-03-25 01:23:57 +0000
+++ templates/en/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
you can explicitly expire the cookie by visiting your
member options page and clicking the
<em>Log out</em> button.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/es/private.html'
--- templates/es/private.html 2012-03-25 01:23:57 +0000
+++ templates/es/private.html 2012-03-25 22:14:58 +0000
@@ -33,6 +33,21 @@
<p>Las sesiones basadas en cookies se usan en la interfaz administrativa de Mailman, de manera que no necesita identificarse continuamente con cada operación administrativa que realice. La cookie caducará automáticamente cuando salga del navegador, o puede hacerla caducar seleccionando la opción <em>Salida</em> bajo la sección titulada
<em> Otras Actividades Administrativas</em> (que verá una vez que consiga entrar
satisfactoriamente).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/et/private.html'
--- templates/et/private.html 2012-03-25 01:23:57 +0000
+++ templates/et/private.html 2012-03-25 22:14:58 +0000
@@ -37,6 +37,21 @@
K�psis kustutatakse automaatselt, kui oma brauseri sulged v�i klikid
<em>Logi v�lja</em> lingil, mis asub lingi <em>Muud administreerimistegevused
</em> all.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/eu/private.html'
--- templates/eu/private.html 2012-03-25 01:23:57 +0000
+++ templates/eu/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
nabigatzailea itxi bezain azkar; nahi baduzu, zuk ere zuzenean ezgaitu dezakezu
<em>Kudeatzailearen Beste Jarduera Batzuk</em> barruan, <em>Saioa Amaitu</em>
sakatuz (aukera hori behin sartu ondoren agertuko zaizu, ez lehenago).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/fi/private.html'
--- templates/fi/private.html 2012-03-25 01:23:57 +0000
+++ templates/fi/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
ev�ste katoaa automaattisesti kun suljet selaimen tai voit nimenomaan sulkea ev�steen painamalla
<em>Muut yll�pit�j�n toimet</em> otsikon alla olevaa <em>Kirjaudu ulos</em> -valintaa.
(jonka n�et, kun olet onnistuneesti kirjautunut sis��n).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/fr/private.html'
--- templates/fr/private.html 2012-03-25 01:23:57 +0000
+++ templates/fr/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
expirera automatiquement lorsque vous quitterez votre navigateur, ou
vous pouvez le forcer à expirer en cliquant sur le bouton
<em>Déconnecter</em> sur votre page d'options personnelles.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/gl/private.html'
--- templates/gl/private.html 2012-03-25 01:23:57 +0000
+++ templates/gl/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
<em> Outras actividades administrativas</em> (que verá logo de
entrar
satisfactoriamente).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/he/private.html'
--- templates/he/private.html 2012-03-25 01:23:57 +0000
+++ templates/he/private.html 2012-03-25 22:14:58 +0000
@@ -37,6 +37,21 @@
את הדפדפן, או שאתה יכול לגרום לפוגת תוקפה
מפורשות על ידי כניסה לעמוד האפשריות המנוי שלך
ולחיצה על הלחצן <em>יציאה</em>.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/hr/private.html'
--- templates/hr/private.html 2012-03-25 01:23:57 +0000
+++ templates/hr/private.html 2012-03-25 22:14:58 +0000
@@ -36,6 +36,21 @@
Ovaj kola�i� (cookie) �e automatski iste�i kada iza�ete iz browsera, ali ga mo�ete i
eksplicitno uni�titi kola�i� klikanjem na link <em>Izlaz</em> pod <em>Druge
Administracijske Aktivnosti</em> (koji �ete vidjeti onda kad se uspje�no prijavite).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/hu/private.html'
--- templates/hu/private.html 2012-03-25 01:23:57 +0000
+++ templates/hu/private.html 2012-03-25 22:14:58 +0000
@@ -33,6 +33,21 @@
�gy nem kell minden m�dos�t�shoz �jraazonos�tani magadat. A s�ti a b�ng�sz� bez�r�s�val,
illetve az <em>Egy�b adminisztr�ci�s teend�k</em> a <em>Kil�p�s</em>-re kattintva (ezt
csak sikeres bejelentkez�s ut�n lehet el�rni) �rv�ny�t veszti.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/ia/private.html'
--- templates/ia/private.html 2012-03-25 01:23:57 +0000
+++ templates/ia/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
per cliccar le ligamine <em>Claude session</em> in le section
<em>Altere activitates administrative</em> (que tu videra post
tu entrata in le systema).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/it/private.html'
--- templates/it/private.html 2012-03-25 01:23:57 +0000
+++ templates/it/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
automaticamente all'uscita dal tuo browser oppure puoi chiedere
la cancellazione esplicita visitando la tua pagina delle opzioni e
cliccando il link <em>Termina sessione</em>.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/ja/private.html'
--- templates/ja/private.html 2012-03-25 01:23:57 +0000
+++ templates/ja/private.html 2012-03-25 22:14:58 +0000
@@ -35,6 +35,21 @@
<p>���������¸��˥����ե������Ǥ����뤿�Ӥ�ǧ�ڤ���
����ʤ��褦��, ���å���å�����ȯ�Ԥ��ޤ���
���Υ��å����ϥ֥饦���ν�λ���˼�ưŪ�˼������ޤ���
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/ko/private.html'
--- templates/ko/private.html 2012-03-25 01:23:57 +0000
+++ templates/ko/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
���������� �α� �� �ϸ� �� �� �ֽ��ϴ�.) �� Ŭ���ϸ�
�ڵ����� �������ϴ�.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/lt/private.html'
--- templates/lt/private.html 2012-03-25 01:23:57 +0000
+++ templates/lt/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
you can explicitly expire the cookie by hitting the
<em>Logout</em> link under <em>Other Administrative
Activities</em> (which you'll see once you successfully log in).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/nl/private.html'
--- templates/nl/private.html 2012-03-25 01:23:57 +0000
+++ templates/nl/private.html 2012-03-25 22:14:58 +0000
@@ -33,6 +33,21 @@
<p>'Session cookies' worden gebruikt in Mailman's administratieve interface opdat u zichzelf
niet steeds weer dient te identificeren bij elke handeling. Dit cookie zal automatisch verlopen
als u de browser afsluit, of wanneer u zelf het cookie actief doet verlopen door de pagina 'lidmaatschapsinstellingen' te bezoeken en daar op de link <em>Uitloggen</em> te klikken.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/no/private.html'
--- templates/no/private.html 2012-03-25 01:23:57 +0000
+++ templates/no/private.html 2012-03-25 22:14:58 +0000
@@ -37,6 +37,21 @@
kan fjerne de manuelt ved å klikke
<em>Logout</em> linken under <em>Other Administrative
Activities</em> (som du får opp etter å ha logget inn).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/pl/private.html'
--- templates/pl/private.html 2012-03-25 01:23:57 +0000
+++ templates/pl/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
you can explicitly expire the cookie by hitting the
<em>Logout</em> link under <em>Other Administrative
Activities</em> (which you'll see once you successfully log in).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/pt/private.html'
--- templates/pt/private.html 2012-03-25 01:23:57 +0000
+++ templates/pt/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
clicando no link <em>Sair</em> abaixo de <em>Outras Actividades
Administrativas</em> (o qual ser� visto logo que entrar com sucesso no
sistema).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/pt_BR/private.html'
--- templates/pt_BR/private.html 2012-03-25 01:23:57 +0000
+++ templates/pt_BR/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
do seu navegador ou você poderá desativar o cookie visitando
sua página de opções de membro e clicando no botão
<em>Sair</em>.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/ro/private.html'
--- templates/ro/private.html 2012-03-25 01:23:57 +0000
+++ templates/ro/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
explicit, la ap�sarea linkului <em>Logout</em>, sub linkul <em>Alte activit��i
administrative</em> (care va apare de �ndat� ce v� autentifica�i cu succes).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/ru/private.html'
--- templates/ru/private.html 2012-03-25 01:23:57 +0000
+++ templates/ru/private.html 2012-03-25 22:14:58 +0000
@@ -35,6 +35,21 @@
��������. �� ����� ������ ����� ������� ��������� �����, ������� �� ��������
���������� ����� �������� � ������� ��
������ <em>�����������</em>.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/sk/private.html'
--- templates/sk/private.html 2012-03-25 01:23:57 +0000
+++ templates/sk/private.html 2012-03-25 22:14:58 +0000
@@ -36,6 +36,21 @@
Mailman, aby ste sa nemuseli stále opätovne prihlasovať. Tento cookie
vyprší, keď zavrete Váš prehliadač, alebo kliknete na stránke Vašich
osobných nastavení na tlačidlo <em>Odhlásiť</em>.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/sl/private.html'
--- templates/sl/private.html 2012-03-25 01:23:57 +0000
+++ templates/sl/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
brskalnik ali se odjavili s povezavo
<em>Odjava</em> v <em>Ostale skrbni�ke dejavnosti</em>
(ki bo vidno, takoj ko se prijavite).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/sr/private.html'
--- templates/sr/private.html 2012-03-25 01:23:57 +0000
+++ templates/sr/private.html 2012-03-25 22:14:58 +0000
@@ -34,6 +34,21 @@
<p>"Колачићи" се користе у Mailman-овом административном интерфејсу
да не бисте морали да се после сваке акције поново пријављујете. "Колачић"
неће више важити послије вашег одјављивања са административног интерфејса.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/sv/private.html'
--- templates/sv/private.html 2012-03-25 01:23:57 +0000
+++ templates/sv/private.html 2012-03-25 22:14:58 +0000
@@ -28,6 +28,21 @@
</tr>
</TABLE>
<p><strong><em>Viktigt:</em></strong> Från och med nu måste du ha alternativet cookies aktiverat i din browser, annars kommer inga administrativa ändringar att sparas.
- <p><i>Session cookies</i> används på Mailmans administrativa sidor, för att du inte ska behöva uppge lösenord för varje ändring som du gör. Dessa cookies kommer att försvinna automatiskt när du stänger din browser. Du kan också ta bort dem manuellt genom att klicka på länken <em>Logga ut</em> under <em>Andra administrativa aktiviteter</em> (som du får upp efter att ha loggat in).</FORM>
+ <p><i>Session cookies</i> används på Mailmans administrativa sidor, för att du inte ska behöva uppge lösenord för varje ändring som du gör. Dessa cookies kommer att försvinna automatiskt när du stänger din browser. Du kan också ta bort dem manuellt genom att klicka på länken <em>Logga ut</em> under <em>Andra administrativa aktiviteter</em> (som du får upp efter att ha loggat in). <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
+</FORM>
</body>
</html>
=== modified file 'templates/tr/private.html'
--- templates/tr/private.html 2012-03-25 01:23:57 +0000
+++ templates/tr/private.html 2012-03-25 22:14:58 +0000
@@ -39,6 +39,21 @@
bilgiyi <em>Di�er Y�netimsel Aktiviteler</em> ba�l��� alt�ndaki
<em>��k��</em> linkine t�klayarak (ba�ar�yla giri� yapt���n�zda
bunu g�receksiniz) kendiniz yok edebilirsiniz.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/uk/private.html'
--- templates/uk/private.html 2012-03-25 01:23:57 +0000
+++ templates/uk/private.html 2012-03-25 22:14:58 +0000
@@ -38,6 +38,21 @@
завершити сеанс натиснувши посилання <em>Від'єднатись</em>
у розділі <em>Інші адміністративні дії</em>
(Ви зможете його побачити лише після початку сеансу).
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/vi/private.html'
--- templates/vi/private.html 2012-03-25 01:23:57 +0000
+++ templates/vi/private.html 2012-03-25 22:14:58 +0000
@@ -30,6 +30,21 @@
<p><strong><em>Quan trọng:</em></strong> để tiếp tục được, bạn phải đã bật tập tin nhận diện cookie trong trình duyệt, nếu không thì bạn sẽ phải xác thực lại cho mỗi thao tác.
<p>Cookie phiên chạy được dùng trong giao diện kho riêng của Mailman để tránh trường hợp bạn phải xác thực lại vào mỗi thao tác. Cookie này sẽ hết hạn dùng tự động khi bạn thoát khỏi trình duyệt, hoặc bạn có thể làm cho nó hết hạn dùng bằng cách thăm trang tùy chọn thành viên của mình và nhắp vào cái nút <em>Đăng xuất</em>.
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
=== modified file 'templates/zh_CN/private.html'
--- templates/zh_CN/private.html 2012-03-25 01:23:57 +0000
+++ templates/zh_CN/private.html 2012-03-25 22:14:58 +0000
@@ -35,6 +35,21 @@
也可以通过点击访问您的成员选项页并点击其中的<em>登出</em>按钮来显
式地使其过期。
+ <p>
+ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td>If you don't remember your password, enter your email address
+ above and click the <em>Remind</em> button and your
+ password will be emailed to you.</td>
+ </tr>
+ <tr>
+ <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
+ </tr>
</FORM>
</body>
</html>
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org