Home
last modified time | relevance | path

Searched refs:DASHBOARD_REQUIRE_AUTHENTICATION (Results 1 – 5 of 5) sorted by relevance

/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/tests/
H A Dtest_dashboard.py442 settings.DASHBOARD_REQUIRE_AUTHENTICATION=False
449 settings.DASHBOARD_REQUIRE_AUTHENTICATION=True
456 settings.DASHBOARD_REQUIRE_AUTHENTICATION=True
465 settings.DASHBOARD_REQUIRE_AUTHENTICATION=True
474 settings.DASHBOARD_REQUIRE_AUTHENTICATION=True
483 settings.DASHBOARD_REQUIRE_AUTHENTICATION=True
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dsettings.py217 DASHBOARD_REQUIRE_AUTHENTICATION = False variable
H A Dlocal_settings.py.example225 #DASHBOARD_REQUIRE_AUTHENTICATION = True
229 # NOTE: Ignored if DASHBOARD_REQUIRE_AUTHENTICATION is not set
234 # NOTE: Ignored if DASHBOARD_REQUIRE_AUTHENTICATION is not set
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dconfig-local-settings.rst352 …By default anyone can perform these actions, but by setting DASHBOARD_REQUIRE_AUTHENTICATION, user…
354 DASHBOARD_REQUIRE_AUTHENTICATION
364 Note that DASHBOARD_REQUIRE_AUTHENTICATION must be set to true - if not, this setting is ignored.
371 Note that DASHBOARD_REQUIRE_AUTHENTICATION must be set to true - if not, this setting is ignored.
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/dashboard/
H A Dviews.py210 if not settings.DASHBOARD_REQUIRE_AUTHENTICATION: