Skip to content

Commit

Permalink
[Template] fixes default template for forgotten password
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Aug 16, 2022
1 parent 1e7d354 commit 7e47fe4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ protected function getSystemTemplates(): array
'Claroline Connect' => [
'en' => [
'title' => 'Resetting your password',
'content' => $this->twig->render('@ClarolineCore/template/password_initialization.en.html.twig'),
'content' => $this->twig->render('@ClarolineCore/template/forgotten_password.en.html.twig'),
],
'fr' => [
'title' => 'Réinitialisation de votre mot de passe',
'content' => $this->twig->render('@ClarolineCore/template/password_initialization.fr.html.twig'),
'content' => $this->twig->render('@ClarolineCore/template/forgotten_password.fr.html.twig'),
],
],
];
Expand Down

0 comments on commit 7e47fe4

Please sign in to comment.