I custom the default user by using AbstractBaseUser and BaseUserManager and also i creat a backend.py which handles authentication Email but it doesn't work, however superuser is work fine
Thanks
Make your custom user admin by providing is_admin = True in your create custom user function.Then only it can login to django.