Hi,
Sorry but I have no easy solution for this.
You could possibly run a database query to change the roles to All Users; on all pages.
UPDATE mp_Pages
SET AuthorizedRoles = "All Users;"
If you do that then you should rebuild the search index afterwards.
Hope it helps,
Joe