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

Issues with apps/account/urls.py python file

Open SHASHANKKENY opened this issue 1 year ago • 0 comments

The problem is present here :-

path("activate/slug:uidb64/slug:token)/", views.account_activate, name="activate")

The url ending in characters which are not url-safe (specifically ')/' is manifest when sending an actual email - the url in the email text will be displayed in full, but the browser will cut the unsafe characters from the link, and thus the link will always be broken

SHASHANKKENY avatar Jul 31 '23 07:07 SHASHANKKENY