We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990272e commit 9e0ddf7Copy full SHA for 9e0ddf7
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
__doc__ = """
4
WWW request handler (also used in the stand-alone server).
@@ -844,7 +844,9 @@ def passResetAction(self):
844
otk = self.form['otk'].value
845
uid = self.db.otks.get(otk, 'uid')
846
if uid is None:
847
- self.error_message.append('Invalid One Time Key!')
+ self.error_message.append("""Invalid One Time Key!
848
+(a Mozilla bug may cause this message to show up erroneously,
849
+ please check your email)""")
850
return
851
852
# re-open the database as "admin"
0 commit comments