Bugzilla – Attachment 19921 Details for
Bug 55868
mailman password stealing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
the patch
mailman-retrieval.patch (text/plain), 1.33 KB, created by
Sebastian Krahmer
on 2004-05-19 20:22:16 UTC
(
hide
)
Description:
the patch
Filename:
MIME Type:
Creator:
Sebastian Krahmer
Created:
2004-05-19 20:22:16 UTC
Size:
1.33 KB
patch
obsolete
>Index: Mailman/Commands/cmd_password.py >=================================================================== >RCS file: /cvsroot/mailman/mailman/Mailman/Commands/cmd_password.py,v >retrieving revision 2.0 >retrieving revision 2.0.2.1 >diff -u -r2.0 -r2.0.2.1 >--- Mailman/Commands/cmd_password.py 2 May 2002 02:54:46 -0000 2.0 >+++ Mailman/Commands/cmd_password.py 24 Apr 2004 00:40:32 -0000 2.0.2.1 >@@ -1,4 +1,4 @@ >-# Copyright (C) 2002 by the Free Software Foundation, Inc. >+# Copyright (C) 2002-2004 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 >@@ -49,6 +49,8 @@ > if mlist.isMember(address): > password = mlist.getMemberPassword(address) > res.results.append(_('Your password is: %(password)s')) >+ # Prohibit multiple password retrievals. >+ return STOP > else: > listname = mlist.real_name > res.results.append( >@@ -62,6 +64,8 @@ > if mlist.isMember(address): > password = mlist.getMemberPassword(address) > res.results.append(_('Your password is: %(password)s')) >+ # Prohibit multiple password retrievals. >+ return STOP > else: > listname = mlist.real_name > res.results.append(
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 55868
: 19921 |
20122