aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2012-03-25 15:14:58 -0700
committerMark Sapiro <msapiro@value.net>2012-03-25 15:14:58 -0700
commitad162a782b8f5b850fb34736f516b473528af51f (patch)
treec01414a6ddae162252454cc990c2c804a84a605f
parent097ad5a0a6a1df417b6129a7992a353467367600 (diff)
downloadmailman2-ad162a782b8f5b850fb34736f516b473528af51f.tar.gz
mailman2-ad162a782b8f5b850fb34736f516b473528af51f.tar.xz
mailman2-ad162a782b8f5b850fb34736f516b473528af51f.zip
Backported the password reminder from private archive login feature from the
2.2 branch.
-rw-r--r--Mailman/Cgi/private.py23
-rw-r--r--NEWS3
-rw-r--r--templates/ar/private.html15
-rw-r--r--templates/ast/private.html15
-rw-r--r--templates/ca/private.html15
-rw-r--r--templates/cs/private.html15
-rw-r--r--templates/da/private.html15
-rw-r--r--templates/de/private.html15
-rw-r--r--templates/el/private.html15
-rw-r--r--templates/en/private.html15
-rw-r--r--templates/es/private.html15
-rw-r--r--templates/et/private.html15
-rw-r--r--templates/eu/private.html15
-rw-r--r--templates/fi/private.html15
-rw-r--r--templates/fr/private.html15
-rw-r--r--templates/gl/private.html15
-rw-r--r--templates/he/private.html15
-rw-r--r--templates/hr/private.html15
-rw-r--r--templates/hu/private.html15
-rw-r--r--templates/ia/private.html15
-rw-r--r--templates/it/private.html15
-rw-r--r--templates/ja/private.html15
-rw-r--r--templates/ko/private.html15
-rw-r--r--templates/lt/private.html15
-rw-r--r--templates/nl/private.html15
-rw-r--r--templates/no/private.html15
-rw-r--r--templates/pl/private.html15
-rw-r--r--templates/pt/private.html15
-rw-r--r--templates/pt_BR/private.html15
-rw-r--r--templates/ro/private.html15
-rw-r--r--templates/ru/private.html15
-rw-r--r--templates/sk/private.html15
-rw-r--r--templates/sl/private.html15
-rw-r--r--templates/sr/private.html15
-rw-r--r--templates/sv/private.html17
-rw-r--r--templates/tr/private.html15
-rw-r--r--templates/uk/private.html15
-rw-r--r--templates/vi/private.html15
-rw-r--r--templates/zh_CN/private.html15
39 files changed, 581 insertions, 2 deletions
diff --git a/Mailman/Cgi/private.py b/Mailman/Cgi/private.py
index b0358285..6eb40943 100644
--- a/Mailman/Cgi/private.py
+++ b/Mailman/Cgi/private.py
@@ -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 @@ def main():
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'
diff --git a/NEWS b/NEWS
index 103273da..ac63ecdb 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ Here is a history of user visible changes to Mailman.
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
diff --git a/templates/ar/private.html b/templates/ar/private.html
index eb692fc1..2d84ccca 100644
--- a/templates/ar/private.html
+++ b/templates/ar/private.html
@@ -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>
diff --git a/templates/ast/private.html b/templates/ast/private.html
index ee242223..0fd71aee 100644
--- a/templates/ast/private.html
+++ b/templates/ast/private.html
@@ -29,6 +29,21 @@ body bgcolor="#ffffff" onLoad="sf()">
</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&aacute;n efeutu.
<p>Les sesiones basaes en cookies &uacute;sense na interface alministrativa de Mailman, de mou que nun necesites identificate de contino con cada operaci&oacute;n alministrativa que faigas. La cookie caducar&aacute; autom&aacute;ticamente cuando salgas del restolador, o puedes facela caducar seleicionando la opci&oacute;n <em>Salida</em> baxo la seici&oacute;n titulada <em> Otres Actividaes Alministratives</em> (que ver&aacute;s una vegada que consigas entrar con &eacute;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>
diff --git a/templates/ca/private.html b/templates/ca/private.html
index fd0a6f82..62efb35b 100644
--- a/templates/ca/private.html
+++ b/templates/ca/private.html
@@ -39,6 +39,21 @@
expl&iacute;citament si feu clic al bot&oacute; <em>Surt</em> a sota d'<em>Altres
tasques administratives</em> (el qual es mostrar&agrave; un cop h&agrave;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>
diff --git a/templates/cs/private.html b/templates/cs/private.html
index cff68985..3acade5c 100644
--- a/templates/cs/private.html
+++ b/templates/cs/private.html
@@ -37,6 +37,21 @@
Odhlsit se mete kliknutm na <em>Odhlsit</em>.
Tento odkaz uvidte a po spnm pihlen.
+ <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>
diff --git a/templates/da/private.html b/templates/da/private.html
index 105baf07..ee29494f 100644
--- a/templates/da/private.html
+++ b/templates/da/private.html
@@ -38,6 +38,21 @@
Du kan ogs&aring; fjerne cookies manuelt ved at klikke p&aring;
<em>Logout</em> linket under <em>Other Administrative
Activities</em> (som du f&aring;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>
diff --git a/templates/de/private.html b/templates/de/private.html
index b3634c84..907668f4 100644
--- a/templates/de/private.html
+++ b/templates/de/private.html
@@ -38,6 +38,21 @@
verfallen lassen, indem Sie auf den <em>Ausloggen</em> Link unter
<em>Andere Administrative T&auml;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>
diff --git a/templates/el/private.html b/templates/el/private.html
index 32590223..0997fc17 100644
--- a/templates/el/private.html
+++ b/templates/el/private.html
@@ -38,6 +38,21 @@ body bgcolor="#ffffff" onLoad="sf()">
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>
diff --git a/templates/en/private.html b/templates/en/private.html
index ba0db1fa..fbc630ac 100644
--- a/templates/en/private.html
+++ b/templates/en/private.html
@@ -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>
diff --git a/templates/es/private.html b/templates/es/private.html
index a454663d..38726053 100644
--- a/templates/es/private.html
+++ b/templates/es/private.html
@@ -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&oacute;n administrativa que realice. La cookie caducar&aacute; autom&aacute;ticamente cuando salga del navegador, o puede hacerla caducar seleccionando la opci&oacute;n <em>Salida</em> bajo la secci&oacute;n titulada
<em> Otras Actividades Administrativas</em> (que ver&aacute; 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>
diff --git a/templates/et/private.html b/templates/et/private.html
index 5d1b3e4d..eb81cbe0 100644
--- a/templates/et/private.html
+++ b/templates/et/private.html
@@ -37,6 +37,21 @@
Kpsis kustutatakse automaatselt, kui oma brauseri sulged vi klikid
<em>Logi vlja</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>
diff --git a/templates/eu/private.html b/templates/eu/private.html
index b35733fe..c458a9a0 100644
--- a/templates/eu/private.html
+++ b/templates/eu/private.html
@@ -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>
diff --git a/templates/fi/private.html b/templates/fi/private.html
index 6e4ccf89..e1e916a2 100644
--- a/templates/fi/private.html
+++ b/templates/fi/private.html
@@ -39,6 +39,21 @@
evste katoaa automaattisesti kun suljet selaimen tai voit nimenomaan sulkea evsteen painamalla
<em>Muut yllpitjn toimet</em> otsikon alla olevaa <em>Kirjaudu ulos</em> -valintaa.
(jonka net, kun olet onnistuneesti kirjautunut sisn).
+ <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>
diff --git a/templates/fr/private.html b/templates/fr/private.html
index cfc3ab53..7dd26df2 100644
--- a/templates/fr/private.html
+++ b/templates/fr/private.html
@@ -38,6 +38,21 @@ authentifier de nouveau &agrave; chaque op&eacute;ration. Le cookie
expirera automatiquement lorsque vous quitterez votre navigateur, ou
vous pouvez le forcer &agrave; expirer en cliquant sur le bouton
<em>D&eacute;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>
diff --git a/templates/gl/private.html b/templates/gl/private.html
index 2d2b3b85..bc503af1 100644
--- a/templates/gl/private.html
+++ b/templates/gl/private.html
@@ -39,6 +39,21 @@
<em> Outras actividades administrativas</em> (que ver&aacute; 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>
diff --git a/templates/he/private.html b/templates/he/private.html
index f53ceb4b..e0c78a24 100644
--- a/templates/he/private.html
+++ b/templates/he/private.html
@@ -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>
diff --git a/templates/hr/private.html b/templates/hr/private.html
index a3110846..972331bb 100644
--- a/templates/hr/private.html
+++ b/templates/hr/private.html
@@ -36,6 +36,21 @@
Ovaj kolai (cookie) e automatski istei kada izaete iz browsera, ali ga moete i
eksplicitno unititi kolai klikanjem na link <em>Izlaz</em> pod <em>Druge
Administracijske Aktivnosti</em> (koji ete vidjeti onda kad se uspjeno 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>
diff --git a/templates/hu/private.html b/templates/hu/private.html
index 186ef006..b253d47d 100644
--- a/templates/hu/private.html
+++ b/templates/hu/private.html
@@ -33,6 +33,21 @@
gy nem kell minden mdostshoz jraazonostani magadat. A sti a bngsz bezrsval,
illetve az <em>Egyb adminisztrcis teendk</em> a <em>Kilps</em>-re kattintva (ezt
csak sikeres bejelentkezs utn lehet elrni) rvnyt 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>
diff --git a/templates/ia/private.html b/templates/ia/private.html
index 94280bb7..b3326e16 100644
--- a/templates/ia/private.html
+++ b/templates/ia/private.html
@@ -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>
diff --git a/templates/it/private.html b/templates/it/private.html
index 1b66ee7c..2bcf3d6f 100644
--- a/templates/it/private.html
+++ b/templates/it/private.html
@@ -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>
diff --git a/templates/ja/private.html b/templates/ja/private.html
index db03b962..a6b221fd 100644
--- a/templates/ja/private.html
+++ b/templates/ja/private.html
@@ -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>
diff --git a/templates/ko/private.html b/templates/ko/private.html
index e42cf5b1..62a7f45a 100644
--- a/templates/ko/private.html
+++ b/templates/ko/private.html
@@ -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>
diff --git a/templates/lt/private.html b/templates/lt/private.html
index 4f5d8e96..cbc440de 100644
--- a/templates/lt/private.html
+++ b/templates/lt/private.html
@@ -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>
diff --git a/templates/nl/private.html b/templates/nl/private.html
index a90db372..14cf8ac8 100644
--- a/templates/nl/private.html
+++ b/templates/nl/private.html
@@ -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>
diff --git a/templates/no/private.html b/templates/no/private.html
index cdfd3594..8fbc81f6 100644
--- a/templates/no/private.html
+++ b/templates/no/private.html
@@ -37,6 +37,21 @@
kan fjerne de manuelt ved &aring; klikke
<em>Logout</em> linken under <em>Other Administrative
Activities</em> (som du f&aring;r opp etter &aring; 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>
diff --git a/templates/pl/private.html b/templates/pl/private.html
index c4f62a2a..e687579a 100644
--- a/templates/pl/private.html
+++ b/templates/pl/private.html
@@ -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>
diff --git a/templates/pt/private.html b/templates/pt/private.html
index 6be948ca..418c5e87 100644
--- a/templates/pt/private.html
+++ b/templates/pt/private.html
@@ -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>
diff --git a/templates/pt_BR/private.html b/templates/pt_BR/private.html
index a113da03..2968b2f0 100644
--- a/templates/pt_BR/private.html
+++ b/templates/pt_BR/private.html
@@ -38,6 +38,21 @@
do seu navegador ou voc&ecirc; poder&aacute; desativar o cookie visitando
sua p&aacute;gina de op&ccedil;&otilde;es de membro e clicando no bot&atilde;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>
diff --git a/templates/ro/private.html b/templates/ro/private.html
index 8d371bd6..85c98e36 100644
--- a/templates/ro/private.html
+++ b/templates/ro/private.html
@@ -38,6 +38,21 @@
explicit, la apsarea linkului <em>Logout</em>, sub linkul <em>Alte activiti
administrative</em> (care va apare de ndat ce v autentificai 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>
diff --git a/templates/ru/private.html b/templates/ru/private.html
index 5bc95cfc..b041b8e3 100644
--- a/templates/ru/private.html
+++ b/templates/ru/private.html
@@ -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>
diff --git a/templates/sk/private.html b/templates/sk/private.html
index 8f6fc330..5ee65131 100644
--- a/templates/sk/private.html
+++ b/templates/sk/private.html
@@ -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>
diff --git a/templates/sl/private.html b/templates/sl/private.html
index 6724d046..f991a486 100644
--- a/templates/sl/private.html
+++ b/templates/sl/private.html
@@ -39,6 +39,21 @@
brskalnik ali se odjavili s povezavo
<em>Odjava</em> v <em>Ostale skrbnike 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>
diff --git a/templates/sr/private.html b/templates/sr/private.html
index fd716461..faeb0417 100644
--- a/templates/sr/private.html
+++ b/templates/sr/private.html
@@ -34,6 +34,21 @@
<p>&quot;Колачићи&quot; се користе у Mailman-овом административном интерфејсу
да не бисте морали да се после сваке акције поново пријављујете. &quot;Колачић&quot;
неће више важити послије вашег одјављивања са административног интерфејса.
+ <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>
diff --git a/templates/sv/private.html b/templates/sv/private.html
index 5d29a962..5cb59dec 100644
--- a/templates/sv/private.html
+++ b/templates/sv/private.html
@@ -28,6 +28,21 @@
</tr>
</TABLE>
<p><strong><em>Viktigt:</em></strong> Fr&aring;n och med nu m&aring;ste du ha alternativet cookies aktiverat i din browser, annars kommer inga administrativa &auml;ndringar att sparas.
- <p><i>Session cookies</i> anv&auml;nds p&aring; Mailmans administrativa sidor, f&ouml;r att du inte ska beh&ouml;va uppge l&ouml;senord f&ouml;r varje &auml;ndring som du g&ouml;r. Dessa cookies kommer att f&ouml;rsvinna automatiskt n&auml;r du st&auml;nger din browser.&nbsp;Du kan ocks&aring; ta bort dem manuellt genom att klicka p&aring; l&auml;nken <em>Logga ut</em> under <em>Andra administrativa aktiviteter</em> (som du f&aring;r upp efter att ha loggat in).</FORM>
+ <p><i>Session cookies</i> anv&auml;nds p&aring; Mailmans administrativa sidor, f&ouml;r att du inte ska beh&ouml;va uppge l&ouml;senord f&ouml;r varje &auml;ndring som du g&ouml;r. Dessa cookies kommer att f&ouml;rsvinna automatiskt n&auml;r du st&auml;nger din browser.&nbsp;Du kan ocks&aring; ta bort dem manuellt genom att klicka p&aring; l&auml;nken <em>Logga ut</em> under <em>Andra administrativa aktiviteter</em> (som du f&aring;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>
diff --git a/templates/tr/private.html b/templates/tr/private.html
index fa47ecb8..b6ae4521 100644
--- a/templates/tr/private.html
+++ b/templates/tr/private.html
@@ -39,6 +39,21 @@
bilgiyi <em>Dier Ynetimsel Aktiviteler</em> bal altndaki
<em>k</em> linkine tklayarak (baaryla giri yaptnzda
bunu greceksiniz) 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>
diff --git a/templates/uk/private.html b/templates/uk/private.html
index adaeb221..0d0c8379 100644
--- a/templates/uk/private.html
+++ b/templates/uk/private.html
@@ -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>
diff --git a/templates/vi/private.html b/templates/vi/private.html
index e73cc3b0..f1a6914b 100644
--- a/templates/vi/private.html
+++ b/templates/vi/private.html
@@ -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>
diff --git a/templates/zh_CN/private.html b/templates/zh_CN/private.html
index 724e0ab0..66bb9a96 100644
--- a/templates/zh_CN/private.html
+++ b/templates/zh_CN/private.html
@@ -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>