Closed rfc791 closed 9 years ago
Not sure how to do a pull request. I updated line 84 to be case insensitive.
uid = User.objects.filter(username__iexact=username).values_list('pk', flat=True) usr = User.objects.get(pk=uid[0])
Hi,
I will soon deliver a new version taking this into account.
Thanks & best regards
Hi, Should be good for now. Regards
Not sure how to do a pull request. I updated line 84 to be case insensitive.