I\'m using Django allauth as my user account framework for my django site. The docs show there is an ACCOUNT_USERNAME_MIN_LENGTH however there is no ACCOUNT_USERNAME_MAX_L
Try importing with the full name like in your forms :
from allauth.accouts import forms as AllauthForms
class AllauthSignupForm(AllauthForms.SignupForm):
....
i didn't test this and sorry i posted this with my phone i will reformat the answer soon