Skip to content

Commit

Permalink
Enable group propagation by default (#1469)
Browse files Browse the repository at this point in the history
Group updates to user auto groups will propagate by default for new accounts
  • Loading branch information
mlsmaycon authored Jan 15, 2024
1 parent 5a7aa46 commit 9fa0fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions management/server/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,7 @@ func newAccountWithId(accountID, userID, domain string) *Account {
Settings: &Settings{
PeerLoginExpirationEnabled: true,
PeerLoginExpiration: DefaultPeerLoginExpiration,
GroupsPropagationEnabled: true,
},
}

Expand Down

0 comments on commit 9fa0fbd

Please sign in to comment.