CINXE.COM
Login - Volunteer Response Team System
<!DOCTYPE html> <html> <!-- --> <!-- Znuny: Copyright (C) 2021 Znuny GmbH, https://znuny.org/ --> <!-- OTRS: Copyright (C) 2001-2021 OTRS AG, https://otrs.com/ --> <!-- GNU General Public License: https://www.gnu.org/licenses/gpl-3.0.txt --> <!-- --> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <meta http-equiv="Content-type" content="text/html;charset=utf-8" /> <link rel="shortcut icon" href="/otrs-web/skins/Agent/default/img/icons/product.ico" type="image/ico" /> <link rel="apple-touch-icon" href="/otrs-web/skins/Agent/default/img/icons/apple-touch-icon.png" /> <link rel="stylesheet" type="text/css" href="/otrs-web/skins/Agent/default/css-cache/CommonCSS_b591a6defc74c5fae41bc86a04ddb009.css" /> <link rel="stylesheet" href="/otrs-web/skins/Agent/default/css/thirdparty/ui-theme/jquery-ui.css" /> <style type="text/css"> #Header #Logo { background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f0/Permission_logo_2021.svg); top: 7px; right: 24px; width: 300px; height: 55px; } </style> <style type="text/css"> #LoginLogo { background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/75/Wikimedia_VRT_RGB_logo.svg); height: 350px; } </style> <link rel="stylesheet" type="text/css" href="/otrs-web/common/css/font-awesome.min.css" /> <script> (function(doc, win) { var isIFrame = (win.top.location.href !== win.location.href), isPopup = (win.name.search(/^OTRSPopup_/) != -1); try { if (((!isIFrame && !isPopup) || (isIFrame && isPopup)) && (!localStorage.getItem("DesktopMode") || parseInt(localStorage.getItem("DesktopMode"), 10) <= 0)) { var ResponsiveCSS; ResponsiveCSS = doc.createElement("link"); ResponsiveCSS.setAttribute("rel", "stylesheet"); ResponsiveCSS.setAttribute("type", "text/css"); ResponsiveCSS.setAttribute("href", "/otrs-web/skins/Agent/default/css-cache/ResponsiveCSS_1b44eaff492e86e5b7d877e042a43503.css"); doc.getElementsByTagName("head")[0].appendChild(ResponsiveCSS); } } catch (Exception) {} }(document, window)); </script> <title>Login - Volunteer Response Team System</title> <script type="text/javascript">//<![CDATA[ "use strict"; var Core = Core || {}; Core.App = Core.App || {}; /** * @function * Ignores an event. Implemented without jQuery because no external JavaScript is available yet. * @return nothing */ function IgnoreEvent (Event) { if (Event.preventDefault) { Event.preventDefault(); } Event.returnValue = false; return false; } /** * @function * This function blocks all click events on the page until it is * unblocked after all JavaScript was loaded. Implemented without * jQuery because no external JavaScript is available yet. * @return nothing */ Core.App.BlockEvents = function() { if (document.addEventListener) { document.addEventListener('click', IgnoreEvent, false); } else { document.attachEvent('onclick', IgnoreEvent); } }; /** * @function * This function unblocks all click events on the page * after all JavaScript was loaded. Implemented without * jQuery because no external JavaScript is available yet. * @return nothing */ Core.App.UnblockEvents = function() { if (document.removeEventListener) { document.removeEventListener('click', IgnoreEvent, false); } else { document.detachEvent('onclick', IgnoreEvent); } // allow tests to wait for complete page load Core.App.PageLoadComplete = true; }; // Now block all click events on the page to make sure that // an agent does not click before all JavaScript was loaded, // as event listeners are not yet available, for example. Core.App.BlockEvents(); //]]></script> </head> <!-- end header --> <body class=" LoginScreen"> <div id="AppWrapper"> <div id="Header" class="ARIARoleBanner"> <div id="Logo"></div> </div> <div class="MainBox ARIARoleMain"> <div id="LoginLogo" class="CenterBox"></div> <div> <div class="LoginBox"> <noscript> <div class="ErrorBox"> <strong>JavaScript Not Available</strong> <span>In order to experience this software, you'll need to enable JavaScript in your browser.</span> </div> </noscript> <div class="ErrorBox Hidden" id="OldBrowser"> <span> The browser you are using is too old. This software runs with a huge lists of browsers, please upgrade to one of these. Please see the documentation or ask your admin for further information. </span> </div> </div> <div id="LoginBox" class="LoginBox"> <div class=""> <span></span> </div> <div class="WidgetSimple"> <div class="Content"> <p class="Error Center Spacing"></p> <form action="/otrs/index.pl" method="post" enctype="application/x-www-form-urlencoded" name="login" class="Validate PreventMultipleSubmits"> <input type="hidden" name="Action" value="Login" /> <input type="hidden" name="RequestedURL" value="Action=AgentTicketZoom&TicketNumber=2010080310006071"/> <input type="hidden" name="Lang" value="en"/> <input type="hidden" name="TimeZoneOffset" id="TimeZoneOffset" value=""/> <fieldset> <div> <label for="User" class="InvisibleText Mandatory"> <span class="Marker">*</span> Username </label> <input autocorrect="off" autocomplete="username" placeholder="Username" autocapitalize="off" type="text" id="User" name="User" value="" class="W75pc Validate_Required" /> <div id="UserError" class="TooltipErrorMessage" ><p>This field is required.</p></div> </div> <div> <label for="Password" class="InvisibleText Mandatory"> <span class="Marker">*</span> Password </label> <input type="password" autocomplete="current-password" placeholder="Password" id="Password" name="Password" class="W75pc Validate_Required" /> <div id="PasswordError" class="TooltipErrorMessage" ><p>This field is required.</p></div> </div> <div class="Clear"></div> <label for="TwoFactorToken" class="InvisibleText "> 2 Factor Token </label> <div> <input type="text" placeholder="2 Factor Token" id="TwoFactorToken" name="TwoFactorToken" class="W75pc " autocomplete="one-time-code"/> <div id="TwoFactorTokenError" class="TooltipErrorMessage" ><p>This field is required.</p></div> </div> <div class="Clear"></div> <!-- --> <div class="Field"> <button type="submit" id="LoginButton" class="Primary CallForAction Fullsize Center" value="Login" disabled="disabled"><span>Login</span></button> </div> <div class="Clear"></div> </fieldset> </form> </div> </div> <p class="Center SpacingTop"> <a href="#" id="LostPassword">Lost your password?</a> </p> </div> <div id="PasswordBox" class="Hidden"> <div class="WidgetSimple"> <div class="Content"> <p class="Error Center Spacing"></p> <form action="/otrs/index.pl" method="post" enctype="application/x-www-form-urlencoded" class="Validate PreventMultipleSubmits"> <input type="hidden" name="Action" value="LostPassword"/> <input type="hidden" name="Lang" value="en"/> <fieldset> <label class="InvisibleText" for="PasswordUser" class="Mandatory"> <span class="Marker">*</span> Username: </label> <div> <input placeholder="Username" type="text" id="PasswordUser" name="User" value="" class="W75pc Validate_Required" readonly="readonly"/> <div id="PasswordUserError" class="TooltipErrorMessage" ><p>This field is required.</p></div> </div> <div class="Clear"></div> <div> <button type="submit" Class="Primary CallForAction Fullsize Center" value="Request New Password" disabled="disabled"><span>Request New Password</span></button> </div> <div class="Clear"></div> </fieldset> </form> </div> </div> <p class="Center SpacingTop"> <a href="" id="BackToLogin">← Back to login</a> </p> </div> </div> </div> <script type="text/javascript" src="/otrs-web/js/ads.js"></script> <div id="Footer" class="ARIARoleContentinfo"> </div> <script type="text/javascript">//<![CDATA[ "use strict"; var CKEDITOR_BASEPATH = "/otrs-web/js/thirdparty/ckeditor-4.25.1-znuny-min/"; //]]></script> <script type="text/javascript" src="/otrs-web/js/js-cache/CommonJS_cfa8fc465b00819b724dd3fac7d371ef.js"></script> <script type="text/javascript" src="/otrs-web/js/js-cache/TranslationJS_en_7110998781bc3018afcdcfa2c17a208c.js"></script> <script type="text/javascript" src="/otrs-web/js/js-cache/TemplateJS_4b3c82e540a417da448b3d6789c82944.js"></script> <script type="text/javascript" src="/otrs-web/js/js-cache/ModuleJS_4cfd8050b053529b99cf38bce6c9e2f2.js"></script> <script type="text/javascript">//<![CDATA[ "use strict"; Core.Init.ExecuteInit('JS_LOADED'); Core.App.Ready(function () { Core.Init.ExecuteInit('DOCUMENT_READY'); Core.Config.AddConfig({"Baselink":"/otrs/index.pl?","LoginFailed":null}); Core.Init.ExecuteInit('CONFIG_LOADED'); Core.Init.ExecuteInit('APP_GLOBAL_EARLY'); Core.Init.ExecuteInit('APP_GLOBAL'); Core.Init.ExecuteInit('APP_GLOBAL_LATE'); }); //]]></script> <script type="text/javascript">//<![CDATA[ "use strict"; Core.App.Ready(function () { Core.Init.ExecuteInit('APP_MODULE_EARLY'); Core.Init.ExecuteInit('APP_MODULE'); Core.Init.ExecuteInit('APP_MODULE_LATE'); }); //]]></script> <script type="text/javascript">//<![CDATA[ "use strict"; Core.App.Ready(function () { Core.Init.ExecuteInit('FINISH'); Core.App.UnblockEvents(); }); //]]></script> <div id="AjaxErrorDialog"> <div id="AjaxErrorDialogInner"> <div class="NoConnection" style="display:none;"> <span class="Icon"> <i class="fa fa-plug"></i> </span> <p> Znuny detected possible network issues. You could either try reloading this page manually or wait until your browser has re-established the connection on its own. </p> </div> <div class="ConnectionReEstablished" style="display:none;"> <span class="Icon"> <i class="fa fa-check"></i> </span> <p> The connection has been re-established after a temporary connection loss. Due to this, elements on this page could have stopped to work correctly. In order to be able to use all elements correctly again, it is strongly recommended to reload this page. </p> </div> </div> </div> <div id="ResponsiveFooter"> <div class="Visible-ScreenXL"></div> <div class="Visible-ScreenL"></div> <div class="Visible-ScreenM"></div> <div class="Visible-ScreenS"></div> <div class="Visible-ScreenXS"></div> </div> </div><!-- end AppWrapper --> </body> </html>