Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line Journal des modifications ========================= 8.0.2 (28/06/2026) ------------------ [Sécu] : désactivation par défaut de la clé de config enable_registration 8.0.0 (03/12/2025) ------------------ Loading config/module.config.php +3 −1 Original line number Diff line number Diff line Loading @@ -282,8 +282,10 @@ return [ * Enable registration * Allows users to register through the website. * Accepted values: boolean true or false * @deprecated : Les demandes de création de compte ne doivent pas provenir de l'utilisateur * mettre à false */ 'enable_registration' => true, 'enable_registration' => false, /** * Modes for authentication identity match * Specify the allowable identity modes, in the order they should be Loading Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line Journal des modifications ========================= 8.0.2 (28/06/2026) ------------------ [Sécu] : désactivation par défaut de la clé de config enable_registration 8.0.0 (03/12/2025) ------------------ Loading
config/module.config.php +3 −1 Original line number Diff line number Diff line Loading @@ -282,8 +282,10 @@ return [ * Enable registration * Allows users to register through the website. * Accepted values: boolean true or false * @deprecated : Les demandes de création de compte ne doivent pas provenir de l'utilisateur * mettre à false */ 'enable_registration' => true, 'enable_registration' => false, /** * Modes for authentication identity match * Specify the allowable identity modes, in the order they should be Loading