diff --git a/config/module.config.php b/config/module.config.php index 024c842bab93e0083603fc6abeded5d1bbc02590..d1be1ad56b6136d7a93646cbb2e99382ef64cb67 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -204,6 +204,16 @@ return array( ), ), ), + 'register' => array( + 'type' => 'Literal', + 'options' => array( + 'route' => '/creation-compte', + 'defaults' => array( + 'controller' => 'zfcuser', + 'action' => 'register', + ), + ), + ), ), ), ),