Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
1e6aaa2f
Commit
1e6aaa2f
authored
Sep 12, 2013
by
Bertrand Gauthier
Browse files
Ajout route traduite pour la page de création de compte utilisateur.
parent
5ec96155
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/module.config.php
View file @
1e6aaa2f
...
...
@@ -204,6 +204,16 @@ return array(
),
),
),
'register'
=>
array
(
'type'
=>
'Literal'
,
'options'
=>
array
(
'route'
=>
'/creation-compte'
,
'defaults'
=>
array
(
'controller'
=>
'zfcuser'
,
'action'
=>
'register'
,
),
),
),
),
),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment