From 5e00f896d4b74ac6f42b89d469a319cbe3bcca25 Mon Sep 17 00:00:00 2001 From: catborise Date: Thu, 4 Jun 2020 14:33:53 +0300 Subject: [PATCH] add SHOW_PROFILE_EDIT_PASSWORD constant --- webvirtcloud/settings.py.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index 71fb5bf..10bb122 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -165,4 +165,4 @@ LIBVIRT_KEEPALIVE_INTERVAL = 5 LIBVIRT_KEEPALIVE_COUNT = 5 NEW_USER_DEFAULT_INSTANCES = [] - +SHOW_PROFILE_EDIT_PASSWORD = True