mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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,
|
orgDisplayName: 1,
|
||||||
orgDesc: 1,
|
orgDesc: 1,
|
||||||
orgShortName: 1,
|
orgShortName: 1,
|
||||||
|
orgAutoAddUsersWithDomainName: 1,
|
||||||
orgWebsite: 1,
|
orgWebsite: 1,
|
||||||
orgTeams: 1,
|
orgTeams: 1,
|
||||||
createdAt: 1,
|
createdAt: 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue