On Feb 13, 1:38 am, pbzRPA <[email protected]> wrote: > Just as a suggestion, if you don't need to customize the get_user() > method then simply don't have a get_user() method in your custom > authentication class.
Great, thank you for helping me out. I actually didn't realize there was a get_user function in ModelBackend (whoops), and I managed to name my function for returning an authenticated User the same way. I have it working now. paul -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

