Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d0d2e
)
Add change to do
0.0.2
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Nov 2019 02:52:11 +0000
(
03:52
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Nov 2019 02:52:11 +0000
(
03:52
+0100)
Controller/DefaultController.php
patch
|
blob
|
history
diff --git
a/Controller/DefaultController.php
b/Controller/DefaultController.php
index d3c2a3f0ca2e481c11dfe76b7c93eeaa8e3468ce..5c817d3564485eeff69234a349b1643452f8129b 100644
(file)
--- a/
Controller/DefaultController.php
+++ b/
Controller/DefaultController.php
@@
-11,6
+11,7
@@
use Symfony\Component\Form\FormError;
use Rapsys\UserBundle\Utils\Slugger;
class DefaultController extends Controller {
+ //FIXME: we need to change the $this->container->getParameter($alias.'.xyz') to $this->container->getParameter($alias)['xyz']
public function loginAction(Request $request, AuthenticationUtils $authenticationUtils) {
//Get template
$template = $this->container->getParameter(($alias = $this->getAlias()).'.login.template');