= Description = ## Please read this page. Lines prefixed with ## such as this one are comments, ## you can remove them (except for those after the "Plan" section.) ## Please follow the instructions given in those comments and the text. ## After creating the bug page, please subscribe to it! We may have questions ## that only you can answer, and if you get email when your bug changes it'll ## be much faster to get it fixed since you can answer the questions! Using MoinMoin 1.7.0 with Apache 2 on Debian, with python-openid installed, adding an OpenID login to an existing account fails after coming back from the OpenID provider, with the following error: ''' update: Using MoinMoin 1.8.1 with Apache 2 on Debian, with python_openid-2.2.1 installed (via easy-install), adding an OpenID login to an existing account fails after coming back from the OpenID provider, with the following error: ''' . TypeError complete() got an unexpected keyword argument 'return_to' The error seems to be on line 108 of /var/lib/python-support/python2.4/MoinMoin/userprefs/oid.py: . 108 info = oidconsumer.complete(query, return_to=return_to) == Steps to reproduce == ## Describe the steps needed to reproduce the bug. If we can't reproduce it, we probably can't fix it. 1. Create an account (my wiki installation is at http://interface.org.nz/). 1. Go to Settings, then OpenID settings. 1. Enter an OpenID, click 'Add OpenID'. 1. You will be redirected to your OpenID provider; login and approve authentication. 1. The error and Python traceback comes up. ''' update my wiki is a private one, but the steps to reproduce was try do associate a openid to a moinmoin user ''' == Example == ##Add URL that show the bug, screenshot or test wiki markup that fail... ##URL: ##{{attachment:screenshot.png}} ##{{{ ##Example wiki markup that fail ##}}} == Component selection == ## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ... * plugin OpenID == Details == ## If you got a traceback, please save the traceback page as html and attach here: [[attachment:traceback.html]] ''' update: new traceback for 1.8.1 [[attachment:traceback181.html]] ''' == Workaround == ## How to deal with the bug until it is fixed = Discussion = = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: ThomasWaldmann * Status: python-openid 2.x.x compat issue, fixed by http://hg.moinmo.in/moin/1.8/rev/776cc7f6f6c6 - thanks to waltercruz for testing ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinBugFixed