CVS: tmda-cgi Release.py,1.8,1.9
Jim Ramsay <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv27783
Modified Files:
Release.py
Log Message:
Now setting "User" value for "old style" confirm addresses.
Index: Release.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Release.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Release.py 14 Jun 2003 15:22:19 -0000 1.8
+++ Release.py 25 Jun 2003 16:16:51 -0000 1.9
@@ -66,6 +66,7 @@
# Check for old-style format
UID, Cookie = QueryString.split(".", 1)
UID = int(UID)
+ User = pwd.getpwduid(UID)[0]
OldStyle = 1
except (ValueError, KeyError):
CgiUtil.TermError("Unable to parse query string.",
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs