소스 검색

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,