CINXE.COM
Login - Griffith University
<!DOCTYPE html> <!-- /** * +--------------------------------------------------------------------+ * | This MySource Matrix CMS file is Copyright (c) Squiz Pty Ltd | * | ACN 084 670 600 | * +--------------------------------------------------------------------+ * | IMPORTANT: Your use of this Software is subject to the terms of | * | the Licence provided in the file licence.txt. If you cannot find | * | this file please contact Squiz (www.squiz.net) so we may provide | * | you a copy. | * +--------------------------------------------------------------------+ **/ --> <html> <head> <meta charset="utf-8"> <title>Login - Griffith University</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="icon" href="https://www.griffith.edu.au/__data/assets/file/0018/34137/favicon.ico" /> <!--[if IE]><link rel="shortcut icon" href="/__lib/web/images/icons/favicon.png" /><![endif]--> <link rel="stylesheet" type="text/css" href="https://www.griffith.edu.au/__data/assets/css_file/0013/81202/login_styles.css?v=0.1.5"> <link rel="stylesheet" type="text/css" href="https://www.griffith.edu.au/__data/assets/css_file_folder/0029/588035/main.css?v=0.2.27"> <!-- Running Squiz Matrix Developed by Squiz - http://www.squiz.net Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd Page generated: 11 December 2024 19:51:59 --> </head> <style> body { background-color: rgba(0, 71, 102, 0.07); } .sq-login-design form { margin: 0; position: relative; top: auto; left: auto; width: auto; } .griffith__login-message { width: 100%; max-width: 540px; margin: 60px auto 0 auto; padding: 20px 40px; background-color: white; border: solid 1px #dadcde; box-shadow: 5px 5px 15px hsl(0deg 0% 20% / 10%); text-align: center; border-radius: 6px; color: hsla(0, 0%, 0%, 1); font-family: "Foundry Sterling W01"; line-height: 1.5; } .griffith__login-message p { color: hsla(0, 0%, 0%, 1); } .griffith__login-message a { color: #D94430; text-transform: underline; } .griffithlogo { display: block; margin: 0 auto; height: 94px; width: 175px; background: url(https://auth.griffith.edu.au/assets/images/sprite.png) no-repeat 0 0; } .sq-login-message { font-weight: bold; } </style> <body class="sq-login-design" style=""> <form action="/staff?SQ_ACTION=login&" id="login_form_login_prompt" method="post"> <!--<div class="sq-login-logo"><img src="https://www.griffith.edu.au/__data/assets/file/0016/81205/griffith-logo-2.svg?v=0.1.1" alt="Griffith Logo" /></div>--> <p class="sq-login-message" id="sq-current-user">Currently logged in as: <strong id="sq-current-user-name">[Not logged in]</strong></p> <div class="griffith__login-message"> <a href="https://www.griffith.edu.au" class="griffithlogo"></a> <p class="sq-login-message"> You don't have permission to access this URL. </p> </div> <!-- Current User Id: 7 --> <div id="sq-message" class="sq-message"> </div> <script> <!-- //<![CDATA[ var msgsDiv = document.getElementById('sq-message'); if (msgsDiv.innerHTML.replace( /\s/g, '') == '') { msgsDiv.style.display = 'none'; } var currentName = document.getElementById('sq-current-user-name'); if (currentName.innerHTML == '[Not logged in]') { document.getElementById('sq-current-user').style.display = 'none'; } //]]> --> </script> </form> <!-- New SAML login method --> <!--@@ SSO auto redirect - Uses the Marketplace SSO redirect, replaces above. @@ --> <script>var SSOcookieName = "SSOredirect";var SSOcookieValue = "https://www.griffith.edu.au/staff";var SSOredirectUrl = "https:\/\/www.griffith.edu.au\/_globaldesigns\/login-designs\/internet-login\/main-login";var SSOautoRedirect = true;var SSOcookieSameSite = "lax";</script> <script> (function () { // basic set cookie function function setCookie(cname, cvalue, exdays, sameSite) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/" + ";samesite=" + sameSite; }; if (typeof SSOcookieName !== "undefined" && SSOcookieName != '') { // Workflow approval email links use additional hash values for Edit+ to navigate to the workflow screen. // Get a URL hash - so it can be passed in (if it exists) var urlHash = window.location.hash; // set the cookie setCookie(SSOcookieName, SSOcookieValue + urlHash, undefined, SSOcookieSameSite); // If auto redirection is enabled if (SSOautoRedirect) { // Wait for a moment, then redirect to SSO Account manager asset var target = document.querySelector(".griffith__login-message"); var p = document.createElement('p'); p.innerHTML = `We are redirecting you to the SSO login page.`; var div = document.createElement('div'); div.appendChild(p); var fragment = document.createDocumentFragment(); fragment.appendChild(div); target.appendChild(fragment); target.querySelector(".sq-login-message").innerText = "You are not currently logged in."; setTimeout(function () { window.location = SSOredirectUrl; }, 3000); } } }()); </script> </body> </html>