summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e64236e)
raw | patch | inline | side by side (parent: e64236e)
author | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 22 Oct 2003 16:47:55 +0000 (16:47 +0000) | ||
committer | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 22 Oct 2003 16:47:55 +0000 (16:47 +0000) |
double-loading the page (bug #827533).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1926 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1926 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/client.py | patch | blob | history |
diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py
index d4499bb334839aef8aa2abe05e2a15eebff01ca7..0192693b87aee67de663e5f0e89bf64427ebafef 100644 (file)
--- a/roundup/cgi/client.py
+++ b/roundup/cgi/client.py
-# $Id: client.py,v 1.141 2003-10-04 11:21:47 jlgijsbers Exp $
+# $Id: client.py,v 1.142 2003-10-22 16:47:55 jlgijsbers Exp $
__doc__ = """
WWW request handler (also used in the stand-alone server).
otk = self.form['otk'].value
uid = self.db.otks.get(otk, 'uid')
if uid is None:
- self.error_message.append('Invalid One Time Key!')
+ self.error_message.append("""Invalid One Time Key!
+(a Mozilla bug may cause this message to show up erroneously,
+ please check your email)""")
return
# re-open the database as "admin"