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

Fix IS_AUTHENTICATED_FULLY annotation #7054

Closed
wants to merge 1 commit into from

Conversation

matthiasschobner
Copy link
Contributor

has_role not work with IS_AUTHENTICATED_FULLY. Use is_granted.

has_role not work with IS_AUTHENTICATED_FULLY. Use is_granted.
Copy link
Member

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks @mschobner.

Status: reviewed

@xabbuh
Copy link
Member

xabbuh commented Oct 14, 2016

Thank you @mschobner.

xabbuh added a commit that referenced this pull request Oct 14, 2016
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #7054).

Discussion
----------

Fix IS_AUTHENTICATED_FULLY annotation

has_role not work with IS_AUTHENTICATED_FULLY. Use is_granted.

Commits
-------

88bdc5f Fix IS_AUTHENTICATED_FULLY annotation
@xabbuh xabbuh closed this Oct 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants