CINXE.COM

CUNY Login

<!DOCTYPE html> <html lang="eng"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>CUNY Login</title> <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> <link href="images/iosicon.png" rel="apple-touch-icon"/> <link rel="stylesheet" type="text/css" href="css/cuny-login.min.css"> <script src="jquery/jquery.min.js"></script> <script src="jquery/jquery.cookie.js"></script> </head> <body> <!--<body onLoad="onLoadFun();"> --> <!--<div id="ac-wrapper" role="alertdialog" aria-labelledby="dialog1Title" aria-describedby="dialog1Desc"> <div id="popup" > <h2 id="dialog1Title">You are being redirected to the<br>CUNY Login page</h2> <p id="dialog1Desc"> This is a reminder that you now use the CUNY Login page and your CUNY Login credentials to access CUNYfirst, the Virtual Bookstore and CUNYsmart.</p> <p>Your CUNY Login credentials are your CUNYfirst username followed by @login.cuny.edu and your CUNYfirst password.</p> <p>Click the <strong>Close</strong> button to display the CUNY Login page and continue logging in.</p> <p>You should see this reminder once unless you use a different browser or different device to log in to CUNYfirst, the Virtual Bookstore or CUNYsmart. </p> <center><input type="submit" name="closebtn" value="Close" id="hide" class="btn-close" /></center> </div> </div>--> <header> <div class="header1"><noscript><div id="noscript">Some features on this page require JavaScript (If you see this message it's because the browser has JavaScript turned off or does not support it).</div></noscript></div> <div class="header2"> <div class="cuny-logo"><a href="https://www.cuny.edu"><img src="images/cuny-logo.jpg" class="img-main" alt="City University of New York"></a></div> </div> </header> <div class="container"> <!-- Please change the text below as needed and delete once you are done testing <h2 class="test">***Test Environment***</h2>--> <!--end of environment text--> <div class="column one"> <div class="row one"> <div class="desktop-message"><img src="images/new-cuny-login.jpg" class="img-main2" alt="CUNY Login Page for CUNY First CUNY Smart Virtual Bookstore Blackboard Degree Works and FACTS"></div> <div class="mobile-message"> <h1>CUNY Login</h1> </div> <h3>Log in with your <a href="https://www.cuny.edu/about/administration/offices/cis/cuny-login-faq/">CUNY Login credentials</a></h3> <h4> If you do not have a CUNYfirst account, see the <a href="http://www2.cuny.edu/about/administration/offices/cis/cuny-login-faq#cuny_login_guest" target="_blank">FAQs</a>.</h4> </div> <div class="row two"> <form name="loginform" class="form-signin" action="/oam/server/auth_cred_submit" method="post" > <div class="hidden">Note that @login.cuny.edu has already been entered in the Username field for you. Simply type your CUNYfirst username.</div> <label for="CUNYfirstUsernameH" >Username</label> <input type="text" name="usernameH" id="CUNYfirstUsernameH" class="form-control" value="@login.cuny.edu" AUTOCOMPLETE="on" autofocus onFocus="Javascript:firstchar();"> <input type="hidden" name="username" id="CUNYfirstUsername" class="form-control" AUTOCOMPLETE="off"> <label for="CUNYfirstUsernameH" id="vLogin" class="error-message">Please make sure to enter a valid username (CUNYfirst Username) followed by @login.cuny.edu.</label> <label for="CUNYfirstPassword">Password</label> <input type="password" name="password" id="CUNYfirstPassword" class="form-control" AUTOCOMPLETE="off" > <label for="CUNYfirstPassword" id="vPassword" class="error-message">Please make sure to enter a Password.</label> <button name="submit" id="submit" class="btn btn-lg btn-primary btn-block" type="submit" onClick="return submitCheck();" disabled>Log in</button> </form> <div class="support-links"> <a target="_blank:" href="https://managelogin.cuny.edu/OIMSelfService/registration">New User</a> <span class="seperator">|</span> <a target="_blank:" href="https://managelogin.cuny.edu/OIMSelfService/forgotuid">Forgot Username</a> <span class="seperator">|</span> <a target="_blank:" href="https://managelogin.cuny.edu/OIMSelfService/forgotpwd">Forgot Password</a> <span class="seperator">|</span> <a target="_blank:" href="https://managelogin.cuny.edu/OIMSelfService/manageAuthentication">Manage your Account</a> </div> </div> <div class="row one"> <br> <p class="p"><strong>PROTECT YOUR PERSONAL INFORMATION AND PRIVACY</strong><br> ONLY enter your CUNY Login password on CUNY Login websites (ssologin.cuny.edu and login.cuny.edu). NEVER share it with others or enter your CUNY Login password elsewhere without the approval of your campus IT department. More information on CUNY鈥檚 policies regarding user accounts and credentials can be found in the <a href="https://www.cuny.edu/wp-content/uploads/sites/4/page-assets/about/administration/offices/legal-affairs/policies-resources/Computer-Use-1.pdf">Acceptable Use of Computer Resources Policy</a>.</p> <p class="p"><strong>Note:</strong> Please do not bookmark this page.</p> </div> </div> </div> <div class="footer-main"> <div class="footer1"> </div> <div class="footer2"> <div class="footer-nav"> <a href="http://www.cuny.edu/website/terms.html" target="_blank">Terms of Use</a>&nbsp;&nbsp; <a href="http://www.cuny.edu/website/security.html" target="_blank">Security Policy</a>&nbsp;&nbsp; <a href="http://cuny.edu/accessibility" target="_blank">IT Accessibility</a>&nbsp;&nbsp; <a href="http://www.cuny.edu/about/resources/helpdesks.html" target="_blank">Tech Resources &amp; Help Desks</a> </div> </div> </div> <script language="javascript"> //$(document).ready(function(){ //var username = document.getElementById('CUNYfirstUsernameH'); //if($.cookie('Terms') == null){ // $('#ac-wrapper').addClass("open"); // closebtn.focus(); // } else { // $('#ac-wrapper').removeClass("open"); // username.focus(); // } //$('.btn-close').on('click', function () { // $.cookie('Terms', 'Terms',{expires:45}); // $('#ac-wrapper').removeClass("open"); //username.focus(); //}); //$(document).keyup(function(e){ // if(e.keyCode == 27) { //$.cookie('Terms', 'Terms'); // $("#ac-wrapper").removeClass("open"); //} //}); //}); $(function(){ $('#submit').attr('disabled', false); }); function submitCheck(){ var result1 = true; var result2 = true; var username = document.getElementById('CUNYfirstUsernameH'); var password = document.getElementById('CUNYfirstPassword'); var domain = /^([a-zA-Z\ 0-9_\.\-\@\'\,\_])+\@login\.cuny\.edu$/; document.getElementById('vLogin').style.display = "none"; document.getElementById('vPassword').style.display = "none"; // check regex format of username if (!domain.test(username.value.toLowerCase())) { document.getElementById('vLogin').style.display = "block"; username.focus(); result1 = false; } else { document.getElementById('vLogin').style.display = "none"; result1 = true; } // check password is not empty if (document.loginform.password.value == "") { document.getElementById('vPassword').style.display = "block"; password.focus(); result2 = false; } else { document.getElementById('vPassword').style.display = "none"; result2 = true; } if (result1 && result2) { omitDomain(); } return (result1 && result2); } function omitDomain() { // whatever name var typed = $( "#CUNYfirstUsernameH" ).val().toLowerCase(); var n = typed.indexOf("@login.cuny.edu"); typed = typed.substring(0, n); $("#CUNYfirstUsername").val($("#CUNYfirstUsernameH").val()); $( "#CUNYfirstUsername" ).val(typed); // if(typed.search("@domain.com")){ // $( "#Username" ).val(typed+"@domain.com"); // } } function firstchar() { var inputTxt = document.getElementById("CUNYfirstUsernameH"); var input = document.getElementById("CUNYfirstUsernameH").value; if (input.indexOf("@login.cuny.edu") == 0) { //alert('ok'); inputTxt.focus(); inputTxt.setSelectionRange(0,0); } } </script> <!-- <script type="text/javascript"> if(document.cookie.indexOf('RUEItrack=')==-1) { document.cookie='RUEItrack='+parseInt(Math.random()*2147418112)+new Date().getTime()+';path=/;domain='+document.location.host.substring(document.location.host.lastIndexOf('.',document.location.host.lastIndexOf('.') - 1)); } </script> --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10