Bug #24587
openInvitation on Reclaim Dev Site bug?
0%
Description
I got an invitation from colin to a group on the commons. This email has "{{{usermessage.table}}}" in it which should be something else I'm assuming. Also, when I follow the link to View action center.. when I'm not logged in, after I log in it has a 404. but when I am logged in, it does not 404.
Files
Updated by Raymond Hoh 3 days ago
- Category name set to Email Invitations
- Target version set to 2.6.8
Thanks for the report, Sara.
The {{{usermessage.table}}} token is probably due to Colin not writing a custom message for your invite. When this message is left empty, the raw token is displayed instead of nothing. This should be fixed in https://github.com/cuny-academic-commons/cac/commit/080efc578740f7c6a8490ba8bdbc340cbaa2db23 and is available for testing on CDEV.
About the "View Action Center" link, I can confirm the 403 Forbidden issue on CDEV. We had some previous entries in the server's .htaccess file meant to protect against login attempts without a specific browser cookie. This needed to be commented out on CDEV to mirror our current, production environment settings since we moved to Reclaim's servers. Can you try again to see if the Action Center link is working when logged out?