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 627 forks source link

Fix custom LDAP_AUTH_FUNC_PATH and LDAP_CREATE_FUNC_PATH #906

Closed brunobastosg closed 1 year ago

brunobastosg commented 1 year ago

The custom function(s) should be loaded with the load_function function, instead of load_module.

Closes #905

evgenyfadeev commented 1 year ago

Thank you!