From 994ccf475f96bcad668269fe25b0d22e975bc222 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Wed, 30 May 2018 11:21:36 +0100 Subject: Add note about clearing caches when permissions reset CLI done. (#8823) * Add note about clearing caches when permissions reset CLI done. * Adjust text. --- cmd/mattermost/commands/permissions.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/mattermost/commands/permissions.go b/cmd/mattermost/commands/permissions.go index e1bb34963..9d9962ce5 100644 --- a/cmd/mattermost/commands/permissions.go +++ b/cmd/mattermost/commands/permissions.go @@ -82,7 +82,9 @@ func resetPermissionsCmdF(command *cobra.Command, args []string) error { return errors.New(err.Error()) } - CommandPrettyPrintln("Permissions system successfully reset") + CommandPrettyPrintln("Permissions system successfully reset.") + CommandPrettyPrintln("Changes will take effect gradually as the server caches expire.") + CommandPrettyPrintln("For the changes to take effect immediately, go to the Mattermost System Console > General > Configuration and click \"Purge All Caches\".") return nil } -- cgit v1.2.3-1-g7c22