Opened 8 years ago
Closed 8 years ago
#1725 closed task (fixed)
External spam checking services cannot be disabled
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin/Trac | Keywords: | |
Cc: |
Description
Attempts to disable external spam services result in an error:
Trac detected an internal error: AttributeError: 'int' object has no attribute 'verify_key'
This happens on submitting the form in https://trac.osgeo.org/PROJECTNAME/admin/spamfilter/external ("Apply changes") with "Use external services" checkbox unchecked.
Should probably be reported upstream.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by upgrading the TracSpamFilter plugin
Note:
See TracTickets
for help on using tickets.
Filed upstream: https://trac.edgewall.org/ticket/12506 Seems to be fixed so an upgrade (#1726) should fix this.