Index: branches/5.3.x/core/install/upgrades.sql =================================================================== diff -u -N -r15649 -r15650 --- branches/5.3.x/core/install/upgrades.sql (.../upgrades.sql) (revision 15649) +++ branches/5.3.x/core/install/upgrades.sql (.../upgrades.sql) (revision 15650) @@ -2885,3 +2885,5 @@ WHERE (DisplayOrder BETWEEN 60.04 AND 60.10) AND (ModuleOwner = 'In-Portal') AND (Section = 'in-portal:configure_advanced'); INSERT INTO SystemSettings VALUES(DEFAULT, 'RandomString', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_SettingsSystem', 'la_config_RandomString', 'text', '', '', 60.09, 0, 1, NULL); + +INSERT INTO SystemSettings VALUES(DEFAULT, 'PlainTextCookies', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_SettingsSystem', 'la_config_PlainTextCookies', 'text', '', '', 60.10, 0, 1, NULL);