Code

Add a note to the 'Invalid One Time Key' message about Mozilla
authorjlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 22 Oct 2003 16:47:55 +0000 (16:47 +0000)
committerjlgijsbers <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

roundup/cgi/client.py

index d4499bb334839aef8aa2abe05e2a15eebff01ca7..0192693b87aee67de663e5f0e89bf64427ebafef 100644 (file)
@@ -1,4 +1,4 @@
-# $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).
@@ -844,7 +844,9 @@ reply's additional "Re:" is ok),
             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"