How would you go about making it so that the Django login page convert
How would you go about making it so that the Django login page converts the username to lowercase before checking database?
Because I save all username entries to lowercase on sign up and for some reason django still doesn't have an easy option to create case-insensitive usernames, so I just have to convert to all lowercase