Add note about clearing caches when permissions reset CLI done. (#8823)
* Add note about clearing caches when permissions reset CLI done. * Adjust text.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e88fe4bb1d
Коммит
994ccf475f
@@ -82,7 +82,9 @@ func resetPermissionsCmdF(command *cobra.Command, args []string) error {
|
|||||||
return errors.New(err.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
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user