Currently GovDelivery stores govdelivery_odm_settings as an array. This is problematic because to override individual settings (like queuing, which is crucial for site performance) the entire govdelivery_odm_settings array needs to be overwritten in settings.php. It would be better if the individual settings in govdelivery_odm_settings were each stored separately so that they could be individually overwritten.

Comments

ben.bunk’s picture

Status: Active » Closed (won't fix)

This is a won't fix unless a patch is submitted that accomplishes the following:
1) Resolves migrating existing settings.
2) Maintains the usability of the credential management.
3) Prevents revealing existing passwords to the admin when visiting the page.