Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with apps/account/urls.py python file #13

Open
SHASHANKKENY opened this issue Jul 31, 2023 · 0 comments
Open

Issues with apps/account/urls.py python file #13

SHASHANKKENY opened this issue Jul 31, 2023 · 0 comments

Comments

@SHASHANKKENY
Copy link

SHASHANKKENY commented Jul 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant