- Issue created by @viniciusrp
- 🇧🇷Brazil viniciusrp
The user-information view-page had a route alter to add a different validation to give access to blocked user page, so I removed from there and I included block validation in this access control.
A non-verified user cannot access their information profile page "/user/{user-id}/information".
This page is from user-information view-page and it has a validation by permission, so I propose to create a custom view-access to control when the logged user would have access for this page.
N/A
N/A
N/A
N/A
Active
13.0
Code (back-end)
The user-information view-page had a route alter to add a different validation to give access to blocked user page, so I removed from there and I included block validation in this access control.