Hi,
I'm a rookie in djnago, I tried to implement password rest using this lib. I'm getting a custom link in my mail but the uid and token that i got is not working. When i send those uid and token it says invalid uid.
when i post the UID and TOKEN to password-reset-confirm url it says invalid uid. I tried everything after reading the comments still not working. Can someone help me. I'm literally stuck in here.
Hi, I'm a rookie in djnago, I tried to implement password rest using this lib. I'm getting a custom link in my mail but the uid and token that i got is not working. When i send those uid and token it says invalid uid.
URLS.py ``urlpatterns = [ path('password-reset/confirm///',TemplateView.as_view(), name='password_reset_confirm'),
]``
when i post the UID and TOKEN to password-reset-confirm url it says invalid uid. I tried everything after reading the comments still not working. Can someone help me. I'm literally stuck in here.