WIP Captcha module architecture

This commit is contained in:
Laurent Destailleur
2024-11-06 22:15:25 +01:00
parent f2c89f6043
commit 84c343cada
9 changed files with 135 additions and 132 deletions

View File

@@ -130,7 +130,9 @@ class modMyModule extends DolibarrModules
// Set this to 1 if features of module are opened to external users
'moduleforexternal' => 0,
// Set this to 1 if the module provides a website template into doctemplates/websites/website_template-mytemplate
'websitetemplates' => 0
'websitetemplates' => 0,
// Set this to 1 if the module provides a captcha driver
'captcha' => 0
);
// Data directories to create when module is enabled.