mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
When user logins, "Automatically add user with the domain name" (at Admin Panel / Organizations) to Organization. Part 2.
Thanks to xet7 !
This commit is contained in:
parent
b6c7737f73
commit
9bc6366993
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ Meteor.publish('org', function(query, limit) {
|
|||
orgDisplayName: 1,
|
||||
orgDesc: 1,
|
||||
orgShortName: 1,
|
||||
orgAutoAddUsersWithDomainName: 1,
|
||||
orgWebsite: 1,
|
||||
orgTeams: 1,
|
||||
createdAt: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue