From 34d0995d55e61474023bbd003d16ac3441d753b6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 10 Jul 2016 14:18:10 -0400 Subject: Cherry-pick from PR #2435 (Show TOTP Issuer) --- app/constants.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/constants.php') diff --git a/app/constants.php b/app/constants.php index fc120692..40b88fe9 100644 --- a/app/constants.php +++ b/app/constants.php @@ -134,3 +134,5 @@ defined('HTTP_PROXY_PORT') or define('HTTP_PROXY_PORT', '3128'); defined('HTTP_PROXY_USERNAME') or define('HTTP_PROXY_USERNAME', ''); defined('HTTP_PROXY_PASSWORD') or define('HTTP_PROXY_PASSWORD', ''); defined('HTTP_VERIFY_SSL_CERTIFICATE') or define('HTTP_VERIFY_SSL_CERTIFICATE', true); + +defined('TOTP_ISSUER') or define('TOTP_ISSUER', 'Kanboard'); -- cgit v1.2.3