Skip to content

Commit 9fa0fbd

Browse files
authored
Enable group propagation by default (netbirdio#1469)
Group updates to user auto groups will propagate by default for new accounts
1 parent 5a7aa46 commit 9fa0fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

management/server/account.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,6 +1814,7 @@ func newAccountWithId(accountID, userID, domain string) *Account {
18141814
Settings: &Settings{
18151815
PeerLoginExpirationEnabled: true,
18161816
PeerLoginExpiration: DefaultPeerLoginExpiration,
1817+
GroupsPropagationEnabled: true,
18171818
},
18181819
}
18191820

0 commit comments

Comments
 (0)