Closed (fixed)
Project:
User mailman register
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 03:45 UTC
Updated:
7 Oct 2009 at 13:10 UTC
The admin password is not passed through urlencode() when passed as a query param. This caused my admin password (which happens to have a '+') to fail. The module always reported success for subscriptions, but I was never actually subscribed. Patch attached.
Additionally, you may want to check the resulting page for
<font color="#ff0000" size="+1"><strong><font size="+1">Authorization
failed.</font></strong>to see if authorization failed. I would guess that mailman localizes this, though, so there may be something else you can check.
| Comment | File | Size | Author |
|---|---|---|---|
| adminpw-urlencode.patch | 1.2 KB | jhriggs |
Comments
Comment #1
samuelet commentedPatch applied in the dev release, thanks jhriggs.
The checking of server replies (not only the auth reply) is currently a big lack of UMR which i'm already working on.