Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
I do not know what I am missing. My login page and register page have rendered, but when I try to sign up with new credentials, it does not save. And on the Django Admin page, it says invalid password and username with each attempt. -- You received this message because you are subscribed to th

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
your password in registration? On Fri, 10 Mar 2023 at 18:02, linda jean-philippe <jeanphilippe.li...@gmail.com> wrote:I do not know what I am missing. My login page and register page have rendered, but when I try to sign up with new credentials, it does not save. And on the Django Admin page, i

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
a hashed password before saving > data in your views? > > On Fri, 10 Mar 2023 at 21:15, linda jean-philippe < > jeanphilippe.li...@gmail.com> wrote: > >> I created 2 accounts with the django admin page, but the credentials do >> not work on the login page. When I create n