From b74c312f3c53fb0543fbc069defaea12916fa057 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 21 Oct 2020 12:24:59 +0200 Subject: [PATCH] Use the new public key format in config.example.js #626 --- config/config.example.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.example.js b/config/config.example.js index f9702b6d0..32bcb20cf 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -104,13 +104,13 @@ module.exports = { /* * CryptPad contains an administration panel. Its access is restricted to specific * users using the following list. - * To give access to the admin panel to a user account, just add their user id, - * which can be found on the settings page for registered users. + * To give access to the admin panel to a user account, just add their public signing + * key, which can be found on the settings page for registered users. * Entries should be strings separated by a comma. */ /* adminKeys: [ - //"https://my.awesome.website/user/#/1/cryptpad-user1/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=", + //"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", ], */