From 1f86578920d7f9ff849e473ec78e564d24e7f29a Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 21 May 2021 20:38:47 +0530 Subject: [PATCH] update instructions for adminEmail configuration --- config/config.example.js | 5 ----- www/checkup/main.js | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/config/config.example.js b/config/config.example.js index f53f3bb5b..ef54f3413 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -147,11 +147,6 @@ module.exports = { */ //removeDonateButton: false, - /* CryptPad will display a point of contact for your instance on its contact page - * (/contact.html) if you provide it below. - */ - adminEmail: 'i.did.not.read.my.config@cryptpad.fr', - /* * By default, CryptPad contacts one of our servers once a day. * This check-in will also send some very basic information about your instance including its diff --git a/www/checkup/main.js b/www/checkup/main.js index 3ac3b190a..2b1c68ffa 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -511,8 +511,7 @@ define([ 'This instance does not provide a valid ', h('code', 'adminEmail'), ' which can make it difficult to contact its adminstrator to report vulnerabilities or abusive content.', - ' This can be configured in ', CONFIG_PATH(), '. ', - RESTART_WARNING(), + " This can be configured on your instance's admin panel. Use the provided 'Flush cache' button for this change to take effect for all users." ])); cb(email); });