Add admin panel
This commit is contained in:
@@ -49,6 +49,20 @@ var baseCSP = [
|
||||
|
||||
|
||||
module.exports = {
|
||||
/* =====================
|
||||
* Admin
|
||||
* ===================== */
|
||||
|
||||
/*
|
||||
* CryptPad now 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.
|
||||
* Entries should be strings separated by a comma.
|
||||
*/
|
||||
adminKeys: [
|
||||
//"https://my.awesome.website/user/#/1/cryptpad-user1/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=",
|
||||
],
|
||||
|
||||
/* =====================
|
||||
* Infra setup
|
||||
|
||||
Reference in New Issue
Block a user