grav: visibility_requires_access does not work in 1.7
Hi I am testing my site with 1.7 and while visibility_requires_access: true worked perfectly in 1.6 it does not seem to work in 1.7
Option has been enabled on plugin conf page
Frontmatter has:
access:
site.login: true
admin.login: true
login:
visibility_requires_access: true
Has something else changed?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 21 (7 by maintainers)
Commits related to this issue
- Fixed `login: visibility_requires_access` not working [#3176] — committed to getgrav/grav by mahagr 3 years ago
I was able to figure out what was going on and fix the bug.