Переглянути джерело

When user logins, "Automatically add user with the domain name" (at Admin Panel / Organizations) to Organization. Part 2.

Thanks to xet7 !
Lauri Ojansivu 1 рік тому
батько
коміт
9bc6366993
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      server/publications/org.js

+ 1 - 0
server/publications/org.js

@@ -16,6 +16,7 @@ Meteor.publish('org', function(query, limit) {
           orgDisplayName: 1,
           orgDesc: 1,
           orgShortName: 1,
+          orgAutoAddUsersWithDomainName: 1,
           orgWebsite: 1,
           orgTeams: 1,
           createdAt: 1,