Index: branches/5.2.x/core/install/upgrades.sql =================================================================== diff -u -N -r14973 -r14978 --- branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14973) +++ branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14978) @@ -2519,3 +2519,7 @@ INSERT INTO Events (EventId, Event, ReplacementTags, Enabled, FrontEndOnly, Module, Description, Type, AllowChangingSender, AllowChangingRecipient) VALUES(DEFAULT, 'USER.EMAIL.CHANGE.VERIFY', NULL, 1, 0, 'Core', 'Changed E-mail Verification', 0, 1, 1); INSERT INTO Events (EventId, Event, ReplacementTags, Enabled, FrontEndOnly, Module, Description, Type, AllowChangingSender, AllowChangingRecipient) VALUES(DEFAULT, 'USER.EMAIL.CHANGE.UNDO', NULL, 1, 0, 'Core', 'Changed E-mail Rollback', 0, 1, 1); + +ALTER TABLE Category + ADD RequireSSL TINYINT NOT NULL DEFAULT '0', + ADD RequireLogin TINYINT NOT NULL DEFAULT '0';