Thanks to xet7 !
@@ -11,9 +11,13 @@ Settings.attachSchema(
new SimpleSchema({
disableRegistration: {
type: Boolean,
+ optional: true,
+ defaultValue: false,
},
disableForgotPassword: {
'mailServer.username': {
type: String,