mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Remove guest badge (#23825)
* Remove guest badge * Address feedback * Fix lint, test and i18n * Fix test
This commit is contained in:
committed by
GitHub
parent
05cd245e97
commit
fda5dd8468
@@ -860,6 +860,7 @@ func (ts *TelemetryService) trackConfig() {
|
||||
|
||||
ts.SendTelemetry(TrackConfigGuestAccounts, map[string]any{
|
||||
"enable": *cfg.GuestAccountsSettings.Enable,
|
||||
"hide_tag": *cfg.GuestAccountsSettings.HideTags,
|
||||
"allow_email_accounts": *cfg.GuestAccountsSettings.AllowEmailAccounts,
|
||||
"enforce_multifactor_authentication": *cfg.GuestAccountsSettings.EnforceMultifactorAuthentication,
|
||||
"isdefault_restrict_creation_to_domains": isDefault(*cfg.GuestAccountsSettings.RestrictCreationToDomains, ""),
|
||||
|
||||
Reference in New Issue
Block a user