From 151976176a395c9200fba4bbcabd75844e73707a Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 26 Oct 2019 14:28:06 +0200 Subject: [PATCH] Adds missing author in module (previous commit) --- modules/misc/wordpress/add_user/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/wordpress/add_user/config.yaml b/modules/misc/wordpress/add_user/config.yaml index 03ed6bc8b..0e27769e8 100644 --- a/modules/misc/wordpress/add_user/config.yaml +++ b/modules/misc/wordpress/add_user/config.yaml @@ -14,6 +14,6 @@ beef: category: Misc name: WordPress Add User description: Adds a WordPress User. No email will be sent to the email address entered, and weak password are allowed. - authors: ['Erwan LR'] + authors: ['hiburn8 @hbrn8', 'Erwan LR'] target: working: ['ALL']