We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think there is a problem in the middleware that checks if the user is authenticated and if he does not it redirects to login url.
an invited user who wasn't registered before will not be redirected to the verified url, he will be redirected to the login url instead.
then, he will have to sign up and the verified url is bypassed.
The text was updated successfully, but these errors were encountered:
Is there a reason why 'hunger.views.VerifiedView' view wasn't added to whitelisted_views list?
I just added it manually and now everything works as expected.
Sorry, something went wrong.
Yep if you can add a unit test with the change then I can merge it in.
So that view is missing by mistake not by itention right?
No branches or pull requests
I think there is a problem in the middleware that checks if the user is authenticated and if he does not it redirects to login url.
an invited user who wasn't registered before will not be redirected to the verified url, he will be redirected to the login url instead.
then, he will have to sign up and the verified url is bypassed.
The text was updated successfully, but these errors were encountered: