ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 628 forks source link

Django_autopenid provide missing param on create_user #825

Closed bgura closed 5 years ago

bgura commented 5 years ago

! ldap_create_user had been updated to take a second param of the request. Usages in django_authopenid/views.py were not taking this change into account

evgenyfadeev commented 5 years ago

great, thanks!