I'm using Django-nonrel with registration app. Things seem to be working fine, except when I try to reset my password. When clicking on reset-password link sent to me in email, Django produces error message:
password_reset_confirm() got an unexpected keyword argument 'uidb36'
My question: has anybody seen it and knows what's the cure?
EDIT:
The problem is caused by registrationauth_urls.py - they duplicate entries in djangocontribauthurls.py, circumwenting patched version of the file in Django-nonrel.
Any ideas why is it there and can I actually remove it or fix it otherwise?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…