CINXE.COM
GenB Support
<!DOCTYPE html> <html lang="en"> <head> <title>GenB Support</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="Expire" content="Now" /> <meta name="description" content="" /> <meta name="author" content="GENB" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link type="image/x-icon" href="/html/plugins/genb/images/favicon.ico" rel="shortcut icon"> <link rel="apple-touch-icon" sizes="57x57" href="/html/plugins/genb/images/favicons/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/html/plugins/genb/images/favicons/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/html/plugins/genb/images/favicons/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/html/plugins/genb/images/favicons/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/html/plugins/genb/images/favicons/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/html/plugins/genb/images/favicons/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/html/plugins/genb/images/favicons/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/html/plugins/genb/images/favicons/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/html/plugins/genb/images/favicons/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/html/plugins/genb/images/favicons/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/html/plugins/genb/images/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/html/plugins/genb/images/favicons/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/html/plugins/genb/images/favicons/favicon-16x16.png"> <link rel="icon" type="image/svg+xml" href="/html/plugins/genb/images/favicons/favicon.svg" /> <script src="/html/plugins/genb/support/js/tinymce/tinymce.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script src="/html/plugins/genb/js/libs/jquery.form.min.js"></script> <script src="/html/plugins/genb/js/libs/date.format.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.1.3/js.cookie.min.js" integrity="sha256-S20kSlaai+/AuQHj3KjoLxmxiOLT5298YvzpaTXtYxE=" crossorigin="anonymous"></script> <script src="/html/plugins/genb/js/libs/idle-timer.min.js"></script> <script src="/html/plugins/genb/support/js/rt-updater.js" defer></script> <link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" /> <link rel="stylesheet" type="text/css" href="/html/plugins/genb/css/libs/genb.min.css?v=1.1.2" media="screen"/> <link rel="stylesheet" type="text/css" href="/html/plugins/genb/support/css/styles.min.css?v=1.1.2" media="screen"/> <script> (function ($) { $(document) .on("idle.idleTimer", function (event, elem, obj) { document.location.href='/dotCMS/logout?referrer='+document.location.href; }) .idleTimer(1800000); })(jQuery); </script> <script src="/html/plugins/genb/support/js/pages/forgot-password.js?v=1.1.2" defer></script> </head> <body> <div id='container'> <script> function doLogout(){ document.getElementById("my_account_fm").submit(); } function createShortenedName(name) { var a = name.split(" "); return a[0].substr(0,1).toUpperCase()+a[1].substr(0,2).toUpperCase(); } </script> <div class="df df-row c-12 p-5 p-5 header header-forgot-password"> <a class="df df-lc logo pr-2 mb-0" href="/"> <object type="image/svg+xml" data="/html/plugins/genb/images/support/logo_support.svg" class="logo-svg"> </object> <p class="pagename f-r fs-9 support-tag"> support </p> </a> </div> </div> <section> <div class="df df-c"> <div class="bg-sol d-e p-5 form reset-form form--login"> <form action="/dotCMS/forgotPasswordAction" method="post" name="_resetForm" class="support-account" autocomplete="off"> <input name="dispatch" type="hidden" value="forgotPassword"> <input type="hidden" id="referrer" name="referrer" value="/support/login.html" > <input type="hidden" id="referrer" name="emailTemplate" value="/support/login.html" > <input name="reset_password" type="hidden" value="true"> <p class="f-r mb-5 form-title"> <b> Forgot Your Password? </b> </p> <p class="f-r mb-2 form-description"> Enter the e-mail address address associated with your account. </p> <p> </p> <div class="row mb-6"> <input class="d-br t-2 c-12 p-2 text" type="text" name="email" tabindex="1" value=""> </div> <div class="button reset-button" name="_resetButton" value="Reset" tabindex="4"> <p class="btn bg-ta p-2 f-btn" onclick="_resetForm.submit();"> Reset Password </p> </div> </form> </div> </div> </section> </div> </body> </html>