While permissioning the pages created in Guest site, I disable the view permission for Guest role
and then log out
.
Now when I try to login, I can see error message displaying permission error
.
I know one of the possible way to resolve it would be firing some database query and enabling view permission for Guest role
so that I can atleast log in.
However Is there any other way to resolve this ?
Also It would be nice If anyone provides the database query for this.
Thanks in advance.