From 1e6aaa2f5dce460d7fbd1f754ee93b0689602b0c Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Thu, 12 Sep 2013 13:37:46 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20route=20traduite=20pour=20la=20page=20d?= =?UTF-8?q?e=20cr=C3=A9ation=20de=20compte=20utilisateur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/module.config.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/module.config.php b/config/module.config.php index 024c842..d1be1ad 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', + ), + ), + ), ), ), ), -- GitLab