When Django saves the user in the DB for all attributes it is chopping all but the first character. This ultimately causes authentication to fail and when trying to login again it tries to create another user and runs into a unique constraint error.
I'm currently using Django 1.11 and Python 2.7.
I will try with some previous versions of Django to see if I get the same results. I'll also dig around/debug and see if I can find anything that pops out at me.
When Django saves the user in the DB for all attributes it is chopping all but the first character. This ultimately causes authentication to fail and when trying to login again it tries to create another user and runs into a unique constraint error.
I'm currently using Django 1.11 and Python 2.7.
I will try with some previous versions of Django to see if I get the same results. I'll also dig around/debug and see if I can find anything that pops out at me.