����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.191.132.143 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/themes/evolution/views/account/ |
Upload File : |
{% extends "account/partial/layout_non_login.html.twig" %} {% block title %}{{ t("forgot_password_page_name", "Forgot Password") }}{% endblock %} {% block description %}{{ t("forgot_password_meta_description", "Forgot account password") }}{% endblock %} {% block keywords %}{{ t("forgot_password_meta_keywords", "forgot, password, account, image, picture, pic, img, hosting, sharing, upload, storage, site, website") }}{% endblock %} {% block html_element_class %}login-page-wrapper{% endblock %} {% block body %} <body class="page-body login-page"> <div class="login-container"> <div class="login-header login-caret"> <div class="login-content"> <a href="{{ CORE_SITE_PATH }}/" class="logo"> <img src="{{ theme.getMainLogoUrl() }}" alt="{{ SITE_CONFIG_SITE_NAME }}" alt="{{ SITE_CONFIG_SITE_NAME }}"/> </a> <!-- progress bar indicator --> <div class="login-progressbar-indicator"> <h3>1%</h3> <span>{{ t('forgot_password_requesting_reset', 'requesting reset...') }}</span> </div> </div> </div> <div class="login-progressbar"> <div></div> </div> <div class="login-form"> <div class="login-content"> <div class="login-main-box"> <div class="form-login-error"> <h3>{{ t("error", "Error") }}</h3> <p id="error-message-container"></p> </div> <p class="description">{{ t("forgot_password_intro_text", "Enter your email address below to receive further instructions on how to reset your account password.") }}</p> <form method="post" role="form" id="form_forgot_password" action="{{ CORE_SITE_PATH }}/account/forgot_password" autocomplete="off"> <!-- fix for chrome auto complete not working --> <input style="display:none"><input type="password" style="display:none"> <div class="form-group"> <div class="input-group"> <div class="input-group-addon"> <i class="entypo-mail"></i> </div> <input type="text" class="form-control" name="emailAddress" id="emailAddress" placeholder={{ t("email_address", "email address") }}" autocomplete="off" /> </div> </div> <div class="form-group"> <button type="submit" class="btn btn-info btn-block btn-login"> <i class="entypo-right-open-mini"></i> {{ t("request_reset", "request reset")|title }} </button> </div> <div class="form-group"> </div> <input type="hidden" value="1" name="submitme"/> </form> <div class="login-bottom-links"> <a href="{{ CORE_SITE_PATH }}/account/login" class="link"><i class="entypo-lock"></i> {{ t("login_form", "login form")|title }}</a> </div> </div> </div> {% embed "account/partial/non_login_footer_links.html.twig" %}{% endembed %} </div> </div> <!-- Bottom Scripts --> <script src="{{ theme.getAccountJsPath() }}/gsap/main-gsap.js"></script> <script src="{{ theme.getAccountJsPath() }}/bootstrap.js"></script> <script src="{{ theme.getAccountJsPath() }}/joinable.js"></script> <script src="{{ theme.getAccountJsPath() }}/resizeable.js"></script> <script src="{{ theme.getAccountJsPath() }}/evolution-api.js"></script> <script src="{{ theme.getAccountJsPath() }}/jquery.validate.min.js"></script> <script src="{{ theme.getAccountJsPath() }}/custom.js"></script> </body> {% endblock %}