Hey all...total newbie here. Courier is installed but when I try to do a Transfer I get the following error message. "Umbraco.Courier.BusinessLogic.Exceptions.UnauthorizedClientException: User with id '16' is not allowed to use Courier. To authorize this user for Courier, add it to the list of authorized users in the courier.config file"
I checked the courier.config file and the user type "editors" is there...I also checked Umbraco and do have the checkbox for Transfer to Production checked...any ideas?
Courier error with permissions?
Hey all...total newbie here. Courier is installed but when I try to do a Transfer I get the following error message. "Umbraco.Courier.BusinessLogic.Exceptions.UnauthorizedClientException: User with id '16' is not allowed to use Courier. To authorize this user for Courier, add it to the list of authorized users in the courier.config file"
I checked the courier.config file and the user type "editors" is there...I also checked Umbraco and do have the checkbox for Transfer to Production checked...any ideas?
If you havn't fixed it, in the <allowedUsers> section of the courier.config file (/umbraco/plugins/UmbracoCourier/settigs/courier.config).
Add, <user>*</user> for all users or....
<user>16</user> id of the user you want to have access.
Regards
Evan
is working on a reply...