mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 09:47:49 +02: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{
|
Settings: &Settings{
|
||||||
PeerLoginExpirationEnabled: true,
|
PeerLoginExpirationEnabled: true,
|
||||||
PeerLoginExpiration: DefaultPeerLoginExpiration,
|
PeerLoginExpiration: DefaultPeerLoginExpiration,
|
||||||
|
GroupsPropagationEnabled: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user