Commit 3cecc10
committed
minor #7054 Fix IS_AUTHENTICATED_FULLY annotation (mschobner)
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 annotation1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments