|
@@ -334,6 +334,11 @@ if (Meteor.isServer) {
|
|
getDefaultAuthenticationMethod() {
|
|
getDefaultAuthenticationMethod() {
|
|
return process.env.DEFAULT_AUTHENTICATION_METHOD;
|
|
return process.env.DEFAULT_AUTHENTICATION_METHOD;
|
|
},
|
|
},
|
|
|
|
+
|
|
|
|
+ isPasswordDisabled() {
|
|
|
|
+ return process.env.PASSWORD_LOGIN_ENABLED === 'false';
|
|
|
|
+ },
|
|
|
|
+
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|