[Bug 1950833] [NEW] TypeError in nandling moderator requests.
Public bug reported: The fix for https://bugs.launchpad.net/mailman/+bug/1949403 can cause this issue in the admindb interface if a list has no moderator password Traceback (most recent call last): File "/mailman/mailman-${domainslug}/scripts/driver", line 117, in run_main main() File "/mailman/mailman-${domainslug}/Mailman/Cgi/admindb.py", line 342, in main print doc.Format() File "/mailman/mailman-${domainslug}/Mailman/htmlformat.py", line 352, in Format output.append(Container.Format(self, indent)) File "/mailman/mailman-${domainslug}/Mailman/htmlformat.py", line 267, in Format output.append(HTMLFormatObject(item, indent)) File "/mailman/mailman-${domainslug}/Mailman/htmlformat.py", line 53, in HTMLFormatObject return item.Format(indent) File "/mailman/mailman-${domainslug}/Mailman/htmlformat.py", line 445, in Format % csrf_token(self.mlist, self.contexts, self.user) File "/mailman/mailman-${domainslug}/Mailman/CSRFcheck.py", line 53, in csrf_token mac = sha_new(secret + `issued`).hexdigest() TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' ** Affects: mailman Importance: Critical Assignee: Mark Sapiro (msapiro) Status: In Progress -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1950833 Title: TypeError in nandling moderator requests. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1950833/+subscriptions
** Summary changed: - TypeError in nandling moderator requests. + TypeError in handling moderator requests. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1950833 Title: TypeError in handling moderator requests. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1950833/+subscriptions
** Branch linked: lp:mailman/2.1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1950833 Title: TypeError in handling moderator requests. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1950833/+subscriptions
** Changed in: mailman Status: In Progress => Fix Released -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1950833 Title: TypeError in handling moderator requests. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1950833/+subscriptions
participants (2)
-
Launchpad Bug Tracker
-
Mark Sapiro