mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Public Dashboards: Disable email-sharing when there is no license (#80887)
* PublicDashboards: Disable email-shared dashboards when feature is disabled * fix pubdash creation when it was email-shared * add feature name const in OSS * update doc * Update service.go * fix test & linter * fix test * Update query_test.go * update tests * fix imports * fix doc linter issues * Update docs/sources/administration/enterprise-licensing/_index.md * fix after merge
This commit is contained in:
@@ -196,6 +196,13 @@ The active users limit is turned off immediately.
|
||||
|
||||
Settings updates at runtime are not affected by an expired license.
|
||||
|
||||
#### Email sharing
|
||||
|
||||
External users can't access dashboards shared via email anymore.
|
||||
These dashboards are now private but you can make them public and accessible to everyone if you want to.
|
||||
|
||||
Grafana keeps your sharing configurations and restores them after you update your license.
|
||||
|
||||
## Grafana Enterprise license restrictions
|
||||
|
||||
When you become a Grafana Enterprise customer, you receive a license that governs your use of Grafana Enterprise.
|
||||
|
||||
Reference in New Issue
Block a user