michael
(Michael Downey)
May 8, 2015, 1:18am
1
FYI, since we have disconnected the Google Apps APIs there is now an ugly stack trace displayed on the /mailinglists
page.
Unsupported parameter or failed authorization. (403)
We should disable the link to mailinglists in the nav bar and/or remove the code altogether ASAP.
r0bby
(Robert O'Connor)
May 8, 2015, 2:01am
2
Remove the following line as a fix – due to the modular design a fix is as simple as not loading that module – and I’m going to remove that entirely from app/conf.example.js:
Remove “openmrs-contrib-dashboard-groups” – I removed it from the example conf.js file we have.
"requiredSubmitTimeSec": 5,
"signupFormMaxAgeHours": 12,
"honeypotFieldName": "country",
"disableHoneypot": false,
"disableBlacklist": true, // disable blacklist by default.
"dnsSpamLists": {
"bl.spamcop.net": {
"returnCodes": ["127.0.0.2"]
},
"zen.spamhaus.org": {
"returnCodes": ["127.0.0.2", "127.0.0.3", "127.0.0.4", "127.0.0.5",
"127.0.0.6", "127.0.0.7"
]
}
}
}
};
// expose shorthand method used by view renderers
module.exports.user = module.exports.ldap.user;
1 Like
r0bby
(Robert O'Connor)
May 8, 2015, 2:14am
3
2 Likes