|
|
@@ -50,13 +50,13 @@ class SecurityAdminController extends AbstractController |
|
|
|
'target_path' => $this->generateUrl('app_admin_dashboard'), |
|
|
|
|
|
|
|
// the label displayed for the username form field (the |trans filter is applied to it) |
|
|
|
'username_label' => 'Your username', |
|
|
|
'username_label' => 'Email', |
|
|
|
|
|
|
|
// the label displayed for the password form field (the |trans filter is applied to it) |
|
|
|
'password_label' => 'Your password', |
|
|
|
'password_label' => 'Mot de passe', |
|
|
|
|
|
|
|
// the label displayed for the Sign In form button (the |trans filter is applied to it) |
|
|
|
'sign_in_label' => 'Log in', |
|
|
|
'sign_in_label' => 'Connexion', |
|
|
|
|
|
|
|
// the 'name' HTML attribute of the <input> used for the username field (default: '_username') |
|
|
|
'username_parameter' => 'email', |