mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
Enable group propagation by default (#1469)
Group updates to user auto groups will propagate by default for new accounts
This commit is contained in:
parent
5a7aa461de
commit
9fa0fbda0d
@ -1814,6 +1814,7 @@ func newAccountWithId(accountID, userID, domain string) *Account {
|
||||
Settings: &Settings{
|
||||
PeerLoginExpirationEnabled: true,
|
||||
PeerLoginExpiration: DefaultPeerLoginExpiration,
|
||||
GroupsPropagationEnabled: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user