From 9a7f7f464b3d6d18fc825624f18acc79450a4995 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 8 Nov 2016 10:17:15 +0100 Subject: [PATCH] modules.json updated --- config/modules.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/modules.json b/config/modules.json index 7e46f1a..68a6c7b 100755 --- a/config/modules.json +++ b/config/modules.json @@ -3,7 +3,10 @@ "authentification": { "renew": { "description": "Renewal of the cyclic hashing system.", - "permission": ["cyclic-hash-system"] + "permission": ["cyclic-hash-system"], + "parameters": { + "hash": { "description": "new hash to store.", "type": "hash" } + } } },