Browse Source

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

Thanks to xet7 !
Lauri Ojansivu 1 year ago
parent
commit
9bc6366993
1 changed files with 1 additions and 0 deletions
  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,