feature request -- allow use email as username or raise exception
annbgn opened this issue · 0 comments
annbgn commented
It's possible to login providing email as username, but then it fails here with 404, because it tries to get data https://www.duolingo.com/users/
So, there should be a step of retrieving username by email or validation in __ init__ if paremeter username looks like email which rases an error with comprehensible message.