templates/security/request.password.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html class="loading semi-dark-layout" lang="en" data-layout="semi-dark-layout" data-textdirection="ltr">
  3.     <!-- BEGIN: Head-->
  4.     <!-- BEGIN: Head-->
  5.         <head>
  6.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.         <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=0,minimal-ui">
  8.         <meta name="description" content="Vuexy admin is super flexible, powerful, clean &amp; modern responsive bootstrap 4 admin template with unlimited possibilities.">
  9.         <meta name="keywords" content="admin template, Vuexy admin template, dashboard template, flat admin template, responsive admin template, web app">
  10.         <meta name="author" content="PIXINVENT">
  11.         <title>Mot de passe oublié - Ato Misy</title>
  12.         <link rel="apple-touch-icon" href="{{ asset('images/logo-no-margin.png') }}">
  13.         <link rel="shortcut icon" type="image/x-icon" href="{{ asset('images/logo-no-margin.png') }}">
  14.         <link
  15.         href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600" rel="stylesheet">
  16.         <!-- BEGIN: Vendor CSS-->
  17.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/vendors/css/vendors.min.css') }}">
  18.         <!-- END: Vendor CSS-->
  19.         <!-- BEGIN: Theme CSS-->
  20.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/bootstrap.css') }}"> <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/bootstrap-extended.css') }}">
  21.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/colors.css') }}">
  22.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/components.css') }}">
  23.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/themes/dark-layout.css') }}">
  24.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/themes/bordered-layout.css') }}">
  25.         <link
  26.         rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/themes/semi-dark-layout.css') }}">
  27.         <!-- BEGIN: Page CSS-->
  28.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/core/menu/menu-types/vertical-menu.css') }}">
  29.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/plugins/forms/form-validation.css') }}">
  30.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/pages/page-auth.css') }}">
  31.         <!-- END: Page CSS-->
  32.         <!-- BEGIN: Custom CSS-->
  33.         <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/style.css') }}"> <link
  34.         rel="stylesheet" type="text/css" href="{{ asset('app-assets/css/custom.css') }}">
  35.     <!-- END: Custom CSS-->
  36.     </head>
  37.     <!-- END: Head-->
  38.     <!-- BEGIN: Body-->
  39.     <body
  40.         class="vertical-layout vertical-menu-modern blank-page navbar-floating footer-static  " data-open="click" data-menu="vertical-menu-modern" data-col="blank-page">
  41.         <!-- BEGIN: Content-->
  42.         <div class="app-content content ">
  43.             <div class="content-overlay"></div>
  44.             <div class="header-navbar-shadow"></div>
  45.             <div class="content-wrapper">
  46.                 <div class="content-header row"></div>
  47.                 <div class="content-body">
  48.                     <div class="auth-wrapper auth-v1 px-2">
  49.                         <div
  50.                             class="auth-inner py-2">
  51.                             <!-- Forgot Password v1 -->
  52.                             <div class="card mb-0">
  53.                                 <div class="card-body">
  54.                                     <a href="#" class="brand-logo">
  55.                                         <img src="{{ asset('images/logo-no-margin.png') }}" alt="logo" height="35">
  56.                                         <h2 class="brand-text text-primary ms-1">Ato Misy</h2>
  57.                                     </a>
  58.                                     <h4 class="card-title mb-1">Mot de passe oublié? ðŸ”’</h4>
  59.                                     {% include "component/_flash__message.html.twig" %}
  60.                                     <p class="card-text mb-2">Entrez votre email et nous vous enverrons des instructions pour réinitialiser votre mot de passe</p>
  61.                                     <form class="auth-forgot-password-form mt-2" action="{{ path('app.request.password') }}" method="POST">
  62.                                         <div class="mb-1">
  63.                                             <label for="forgot-password-email" class="form-label">Email</label>
  64.                                             <input type="text" class="form-control" id="forgot-password-email" name="forgot-password-email" placeholder="john@example.com" aria-describedby="forgot-password-email" tabindex="1" autofocus/>
  65.                                         </div>
  66.                                         <button class="btn btn-primary w-100" tabindex="2">
  67.                                             Envoyer le lien de réinitialisation</button>
  68.                                     </form>
  69.                                     <p class="text-center mt-2">
  70.                                         <a href="{{ path('app_login') }}">
  71.                                             <i data-feather="chevron-left"></i>
  72.                                             Retour connexion
  73.                                         </a>
  74.                                     </p>
  75.                                 </div>
  76.                             </div>
  77.                             <!-- /Forgot Password v1 -->
  78.                         </div>
  79.                     </div>
  80.                 </div>
  81.             </div>
  82.         </div>
  83.         <!-- END: Content-->
  84.         <!-- BEGIN: Vendor JS-->
  85.         <script src="{{ asset('app-assets/vendors/js/vendors.min.js') }}"></script>
  86.         <!-- BEGIN Vendor JS-->
  87.         <!-- BEGIN: Page Vendor JS-->
  88.         {#<script src="{{ asset('app-assets/vendors/js/forms/validation/jquery.validate.min.js') }}"></script>#}
  89.         <!-- END: Page Vendor JS-->
  90.         <!-- BEGIN: Theme JS--><script src="{{ asset('app-assets/js/core/app-menu.js') }}"> </script>
  91.         <script src="{{ asset('app-assets/js/core/app.js') }}"></script>
  92.         <!-- END: Theme JS-->
  93.         <!-- BEGIN: Page JS-->
  94.         <script src="{{ asset('app-assets/js/scripts/pages/page-auth-login.js') }}"></script>
  95.         <!-- END: Page JS-->
  96.         <script>
  97.             $(window).on('load', function () {
  98.                 if (feather) {
  99.                     feather.replace({width: 14, height: 14});
  100.                 }
  101.             })
  102.         </script>
  103.     </body>
  104.     <!-- END: Body-->
  105. </html>