django-ecommerce icon indicating copy to clipboard operation
django-ecommerce copied to clipboard

Sign in button doesn't redirect to sign in, brings about section instead

Open Moin-95 opened this issue 2 years ago • 9 comments

Sign in button doesn't redirect to sign in, brings about section instead

Moin-95 avatar Feb 18 '22 09:02 Moin-95

Sign in button doesn't redirect to sign in, brings about section instead

@Moin-95 can you check the new commits? I created a new app for that button. Hope that helps :))

edenroseFR avatar Feb 21 '22 08:02 edenroseFR

Sign in button doesn't redirect to sign in, brings about section instead

@Moin-95 can you check the new commits? I created a new app for that button. Hope that helps :))

It is working now but now cannot sign in even after creating new users from admin panel

Moin-95 avatar Feb 21 '22 13:02 Moin-95

@Moin-95 I run it again on my end and it's still working. I'm guessing maybe you added the data (Username and Password) on the Users table under the AUTHENTICATION AND AUTHORIZATION part? There's two Users table in the admin. The one used in the Signup is the table under the SIGNUP part.

I don't know if I explained it well, I'll just put this screenshot here to help a little.

image

edenroseFR avatar Feb 21 '22 13:02 edenroseFR

@edenroseFR you should remove the signup app, you can use the account app for Signup and Sign in

sajib1066 avatar Feb 21 '22 19:02 sajib1066

this is an object that was created inside the signup application and they have no connection with the object provided by django itself

temirovazat avatar Jun 10 '22 06:06 temirovazat

this is an object that was created inside the signup application and they have no connection with the object provided by django itself

Yes, I will fix it soon. Thanks

sajib1066 avatar Jun 10 '22 06:06 sajib1066

There is no authentication system for app I guess thats why the authentication isnt working

black-coda avatar Jun 21 '22 09:06 black-coda

Alot of things are wrong about this project most especially the authentication

black-coda avatar Jun 21 '22 22:06 black-coda

I've fixed the authentication bug, using the account app created. User can now signin as well as register in the application.😃😃

authentication

preciousimo avatar Jul 05 '22 23:07 preciousimo