nittolese

Results 4 comments of nittolese

Hey, same issue here. I'm using the .render() method in a script. I've updated the library but it keeps happen. ``` Error in atexit._run_exitfuncs: Traceback (most recent call last): File...

Hi everyone, I'm facing the same problem. I've created a pull request to solve this issue https://github.com/anexia-it/django-rest-passwordreset/pull/148

Hey @nezhar , any update on this? Can I ask why you need to be logged in to request a reset password? Seems non-sense to me! Thank you!

Hey @nezhar , Here is my default authentication classes in settings.py "DEFAULT_AUTHENTICATION_CLASSES": ( "rest_framework.authentication.SessionAuthentication", "rest_framework.authentication.BasicAuthentication", "rest_framework.authentication.TokenAuthentication", "rest_framework_simplejwt.authentication.JWTAuthentication", ),