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

Invited user via email is redirected to login url #69

Open
embedded1 opened this issue Mar 15, 2015 · 3 comments
Open

Invited user via email is redirected to login url #69

embedded1 opened this issue Mar 15, 2015 · 3 comments

Comments

@embedded1
Copy link
Contributor

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.

@embedded1
Copy link
Contributor Author

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.

@yesimon
Copy link
Collaborator

yesimon commented Mar 16, 2015

Yep if you can add a unit test with the change then I can merge it in.

@embedded1
Copy link
Contributor Author

So that view is missing by mistake not by itention right?

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

2 participants