diff --git a/src/collections/init.js b/src/collections/init.js index 9195e81bd0..f9e33bd7ff 100644 --- a/src/collections/init.js +++ b/src/collections/init.js @@ -55,8 +55,6 @@ function registerCollections() { }; } - schema.path('hash').options.hide = true; - schema.path('salt').options.hide = true; if (collection.auth.emailVerification) { schema.add({ _verificationToken: { type: String, hide: true } }); }