From 5d649d8f7d884ff7f9d5b561ff4dbb140145cdd5 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 3 Nov 2001 01:29:28 +0000 Subject: [PATCH] Login page didn't have all close tags. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@359 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi_client.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 2cafcd5..7e156e3 100644 --- a/roundup/cgi_client.py +++ b/roundup/cgi_client.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: cgi_client.py,v 1.46 2001-11-03 01:26:55 richard Exp $ +# $Id: cgi_client.py,v 1.47 2001-11-03 01:29:28 richard Exp $ import os, cgi, pprint, StringIO, urlparse, re, traceback, mimetypes import binascii, Cookie, time @@ -541,7 +541,7 @@ class Client: ''') if self.user is None and self.ANONYMOUS_REGISTER == 'deny': - self.write('') + self.write('') return self.write('''

@@ -565,7 +565,7 @@ class Client: - +> ''') def login_action(self, message=None): @@ -876,6 +876,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0): # # $Log: not supported by cvs2svn $ +# Revision 1.46 2001/11/03 01:26:55 richard +# possibly fix truncated base64'ed user:pass +# # Revision 1.45 2001/11/01 22:04:37 richard # Started work on supporting a pop3-fetching server # Fixed bugs: -- 2.30.2