Python exception when associating an openid account with a dev.launchpad.net one
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moin OpenID module |
New
|
Undecided
|
Unassigned |
Bug Description
Per RT#39410, Loic Minier got a pything exception when logging into dev.launchpad.net for the first time:
While trying to login to dev.launchpad.net today, presumably
associating my openid with dev.launchpad.net for the first time ever, I
got a python traceback after submitting my password for confirmation:
TypeError
__init__() takes exactly 2 arguments (1 given)
/var/lib/
26 self.fcgform = form
27 self._setup_
28 RequestBase.
29
30 except Exception, err: global RequestBase = <class 'MoinMoin.
/var/lib/
[...]
tags: | added: canonical-losa-isd |
affects: | canonical-identity-provider → moin-openid |