I have my site setup so specific user-roles / membership levels have access to only three menu items on our back-end.
One of the items they have access to is Jetpacks Publicize plugin.
When users connect and try to authenticate their wordpress account they are given a re-direct and even though we have this plugin/menu item accessible to the membership level it gives them a no access error.
Here is the link they are given with an “=#” with the # representing their WP member ID#.
My question is:
Is there anyway to whitelist a given url string (not a group of url’s) with an “*” at some point in the url?
e.g.
after ‘authorize&_wpnonce=’
after ‘authorize&_wpnonce=*’
These are examples of the return url…