I later got what I did wrong... I wanted to retrieve the user information from the form (request.POST.get("username")), but in d form there was no input tag that is named username nor password...
So when the view function request those informations, it was returning an empty string that was why it did not authenticate. I just had to add the name parameter in the input tag of login.html On Mon, Apr 24, 2023, 5:29 PM Opeoluwa Fatunmbi <opeoluwafatun...@gmail.com> wrote: > > Let me see your login.html > > > > > > > On Mon, 24 Apr 2023 at 17:28, Lawal Tobiloba Samuel < > oluwasheun9...@gmail.com> wrote: > >> code here: >> >> def loginPage(request): >> if request.method == "POST": >> username = request.POST.get("username") >> password = request.POST.get("password") >> userLogin = authenticate(username=username, password=password) >> if userLogin is not None: >> login(request, userLogin) >> return redirect("home") >> else: >> messages.info(request, "Username or Password incorrect.") >> context = {"title": "User Login"} >> return render(request, "account/login.html", context) >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> *Lawal Tobiloba Samuel* >> >> *Computer Engineer* >> >> *Front-end Developer* >> >> *IT Support Specialist* >> >> >> >> *Mobile: *+23480-6386-0181 >> >> +23481-2027-2000 >> >> *Email: *oluwasheun9...@gmail.com >> >> lawaltobi...@yahoo.com >> >> >> >> >> >> >> >> >> On Mon, Apr 24, 2023 at 5:26 PM Lawal Tobiloba Samuel < >> oluwasheun9...@gmail.com> wrote: >> >>> Hi devs, >>> I wrote code for user authentication and login but I am not quite sure >>> of it. On the web interface it keeps displaying username or password >>> incorrect (message set in views.py). >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to django-users+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAAscozW9b%2B-RBrnBtNJMMdz5w%3DOStYRuW1mf35kaTBBva%2Br6Lg%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAAscozW9b%2B-RBrnBtNJMMdz5w%3DOStYRuW1mf35kaTBBva%2Br6Lg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAKVBneJRaAxWhK2D7cqfS5i7YBOBWH50axCMZj6-c-NTDtMSbA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAKVBneJRaAxWhK2D7cqfS5i7YBOBWH50axCMZj6-c-NTDtMSbA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAscozXVLF_m_%3DZKP62dUZFyVEv-bi0UMtiPFx6%2BF6LWZ5TgmA%40mail.gmail.com.