https://docs.djangoproject.com/en/2.2/topics/auth/customizing/
Backends for Django2.2 doesn't allow either username or email address when logging in.
Apparently only username is accepted, so need to figure out how to get both working again.
LMS:
Authentication & Authorisation > Custom Authentication > Email Authentication
https://docs.djangoproject.com/en/2.2/topics/auth/customizing/
Backends for Django2.2 doesn't allow either username or email address when logging in.
Apparently only username is accepted, so need to figure out how to get both working again.
LMS:
Authentication & Authorisation > Custom Authentication > Email Authentication