File diff 0487525f5c26 → 30f4b245c065
pinaxcon/account_hooks.py
Show inline comments
...
 
@@ -19,7 +19,6 @@ class BetterAccountHookSet(hooks.AccountDefaultHookSet):
 
        }
 

	
 
    def get_username_by_email(self, email):
 

	
 
        try:
 
            return User.objects.get(email=email).username
 
        except User.DoesNotExist: