diff options
author | Mark Sapiro <msapiro@value.net> | 2012-03-25 15:14:58 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2012-03-25 15:14:58 -0700 |
commit | ad162a782b8f5b850fb34736f516b473528af51f (patch) | |
tree | c01414a6ddae162252454cc990c2c804a84a605f /templates/vi/private.html | |
parent | 097ad5a0a6a1df417b6129a7992a353467367600 (diff) | |
download | mailman2-ad162a782b8f5b850fb34736f516b473528af51f.tar.gz mailman2-ad162a782b8f5b850fb34736f516b473528af51f.tar.xz mailman2-ad162a782b8f5b850fb34736f516b473528af51f.zip |
Backported the password reminder from private archive login feature from the
2.2 branch.
Diffstat (limited to 'templates/vi/private.html')
-rw-r--r-- | templates/vi/private.html | 15 |
1 files changed, 15 insertions, 0 deletions
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> |