CINXE.COM
Password Management - Account Claim
<!DOCTYPE html> <html class="no-js" lang="en" ng-app="basicform"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://claim.fordham.edu/claim/index.jsp","20161220073528","https://web.archive.org/","web","/_static/", "1482219328"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Password Management - Account Claim</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <meta charset="utf-8"> <meta name="author" content="Fordham"> <meta name="robots" content="index,follow"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta name="dcterms.creator" content="Fordham"> <meta name="dcterms.format" content="text/html"> <meta name="dcterms.language" content="en"> <meta name="dcterms.publisher" content="Fordham University"> <meta name="dcterms.rightsHolder" content="Fordham University"> <meta name="dcterms.subject" content="Fordham University, Rams, undergraduate, graduate, college, school, higher education, bachelor, master, mba, business, law, lawyer, social service, education, religion, Jesuit, scholarship, financial aid, liberal arts"> <meta name="keywords" content="Fordham University, Rams, undergraduate, graduate, college, school, higher education, bachelor, master, mba, business, law, lawyer, social service, education, religion, Jesuit, scholarship, financial aid, liberal arts"> <link href="//web.archive.org/web/20161220073528cs_/https://dintprx.erp.fordham.edu/common/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://web.archive.org/web/20161220073528cs_/https://www.fordham.edu/site/styles/generic/site-css.min.css"> <script src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/site/javascript/custom.modernizr.js"></script> <link rel="alternate" type="application/rss+xml" title="RSS" href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/rss/news"> <link rel="search" type="application/opensearchdescription+xml" title="Fordham" href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/site/scripts/opensearch.php"> <link rel="shortcut icon" type="image/x-icon" href="https://web.archive.org/web/20161220073528im_/https://www.fordham.edu/site/favicon.ico"> <link rel="stylesheet" href="https://web.archive.org/web/20161220073528cs_/https://www.fordham.edu/site/styles/generic/base.css"> <link rel="stylesheet" href="https://web.archive.org/web/20161220073528cs_/https://www.fordham.edu/site/styles/standard.css"> <link rel="stylesheet" href="https://web.archive.org/web/20161220073528cs_/https://www.fordham.edu/widgets/css/standard_widget_styles.css?1414179279"> <link rel="stylesheet" type="text/css" href="//web.archive.org/web/20161220073528cs_/https://dintprx.erp.fordham.edu/common/css/font.css"/> <link rel="stylesheet" href="https://web.archive.org/web/20161220073528cs_/https://www.fordham.edu/site/custom_css/fordham_widg_supp.css"> <link rel="stylesheet" href="https://web.archive.org/web/20161220073528cs_/https://dintprx.erp.fordham.edu/common/css/common.css" type="text/css"/> <link href="/web/20161220073528cs_/https://claim.fordham.edu/css/style.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/site/javascript/swfobject.js"></script> <script src="//web.archive.org/web/20161220073528js_/https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.js"></script> <script src="//web.archive.org/web/20161220073528js_/https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular-animate.js"></script> <script src="//web.archive.org/web/20161220073528js_/https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.14.3.js"></script> <link href="https://web.archive.org/web/20161220073528cs_/https://dintprx.erp.fordham.edu/common/css/jquery-ui-1.10.4.custom.min.css" rel="stylesheet" type="text/css"/> <script src="https://web.archive.org/web/20161220073528js_/https://dintprx.erp.fordham.edu/common/js/jquery-1.10.1.min.js"></script> <script src="https://web.archive.org/web/20161220073528js_/https://dintprx.erp.fordham.edu/common/js/jquery-ui-1.10.4.datepicker.min.js"></script> <script language="javascript" type="text/javascript"> function subprogress(whichbut){ whichbut.Submit.innerHTML='Submitting...'; } function claimformval(whichbut){ var dobpat=/^(\d{1,2})\/(\d{1,2})\/(\d{4})$/; var snzpat=/^(\d{5})$/; var frmsub = true; try{ if(document.claimAcct.FNAME.value==''){ document.getElementById("FNAMEErr").innerHTML='Please enter your first name.'; frmsub = false; }else{ document.getElementById("FNAMEErr").innerHTML=''; } if(document.claimAcct.LNAME.value==''){ document.getElementById("LNAMEErr").innerHTML='Please enter your last name.'; frmsub = false; }else{ document.getElementById("LNAMEErr").innerHTML=''; } if(!snzpat.test(document.claimAcct.SSN.value)){ document.getElementById("SSNErr").innerHTML='Please enter the last 5 numbers of your SSN.'; frmsub = false; }else{ document.getElementById("SSNErr").innerHTML=''; } if(!dobpat.test(document.claimAcct.DOB.value)){ document.getElementById("DOBErr").innerHTML='Please enter your birth date.'; frmsub = false; }else{ document.getElementById("DOBErr").innerHTML=''; } if(document.claimAcct.ZIP.value.length<5){ document.getElementById("ZIPErr").innerHTML='Please enter the first 5 characters of your zip code.'; frmsub = false; }else{ document.getElementById("ZIPErr").innerHTML=''; } if(frmsub){ whichbut.Submit.innerHTML='Submitting...'; }else{ whichbut.Submit.innerHTML='Submit.'; } } catch(e){ frmsub = true; } return frmsub; } function validateonetime(whichform){ var frmsub = true; try{ for (var i = 0; i <= whichform.elements.length-1; i++){ if(whichform.elements[i].className.indexOf("required")>=0){ if(whichform.elements[i].value==""){ document.getElementById(whichform.elements[i].name+"Err").innerHTML='Please enter '+document.getElementById("LB"+whichform.elements[i].name).firstChild.data; try { whichform.elements[i].focus(); }catch(er){ } frmsub = false; }else{ document.getElementById(whichform.elements[i].name+"Err").innerHTML=''; }//end if value blank }//end if class required } if(frmsub){ whichbut.Submit.innerHTML='Submitting...'; }else{ whichbut.Submit.innerHTML='Submit.'; } } catch(err){ frmsub = true; } return frmsub; } </script> </head> <body> <!--erp-claim22.ds.fordham.edu-claim.fordham.edu--> <div class="off-canvas-wrap"> <!-- googleoff: index --> <nav id="right-menu" role="navigation"> <a class="toggle-right-menu close">Close<span>X</span></a> <form action="https://web.archive.org/web/20161220073528/http://www.fordham.edu/site/scripts/google_results.php" method="get" class="search-form mobile"> <input type="text" name="q" placeholder="Search" id="search-site"> <button type="submit"> <i class="fa fa-search"></i> </button> </form> <h5>Information for:</h5> <ul> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/homepage/1022/info_for_current_students">current students</a></li> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/homepage/1035/info_for_faculty_and_staff">faculty and staff</a></li> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/homepage/1180/info_for_alumni">alumni</a></li> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/homepage/1024/info_for_parents">parents and families</a></li> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/homepage/238/veteransmilitary">veterans</a></li> <li><a href="https://web.archive.org/web/20161220073528/http://news.fordham.edu/for-the-media/">Media</a></li> </ul> </nav> <header class="sticky header"> <nav class="top-bar universal sticky no-flipper" data-topbar=""> <a class="toggle-top-menu undergrad not-mobile" href="#"><span class="title">Navigate Fordham</span><span class="image"><img src="https://web.archive.org/web/20161220073528im_/http://www.fordham.edu/site/styles/img/nav-fordham.png" alt=""></span></a> <ul class="title-area"> <li class="name"> <h1> <a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/" class="logo-short"><img src="https://web.archive.org/web/20161220073528im_/http://www.fordham.edu/site/styles/img/logo-universal.png" alt="Fordham"></a> <a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/" class="logo-fixed"><img src="https://web.archive.org/web/20161220073528im_/http://www.fordham.edu/site/styles/img/logo-short-white.png" alt="Fordham"></a> </h1> </li> <li class="area">Password Management - Account Claim</li> </ul> <section class="top-bar-section"> </section> </nav> <form action="https://web.archive.org/web/20161220073528/http://www.fordham.edu/site/scripts/google_results.php" method="get" class="search-form" id="global-search"> <div class="small-12 columns"> <label for="search-site-hidden" class="visually-hidden">Search this site</label> <input type="text" id="search-site-hidden" size="18" maxlength="40" name="q" placeholder="Enter Keywords"> <input type="submit" value="Search"> <a href="#" class="close-search site" title="Close Search">X</a> </div> </form> </header> <!-- googleon: index --> <div class="row twelve-hun-max main-wrap"> <div class="small-12 columns"> <div class="row"> <!-- googleoff: index --> <!-- googleon: index --> <div class="main universal" role="main"> <!-- googleoff: all --> <nav class="breadcrumbs"> <a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/" rel="home">Home</a><a href="#" class="current">Password Management - Account Claim</a> </nav> <!-- googleon: all --> <section class="content"> <div id="main-content"> <div id="content-block"> <!--- content--> <div id="nocol"> <h1 class="title">Account Claim Process</h1> <h3>Terms and Conditions</h3> <!--null--> <div style="height:200px; overflow-y:scroll; font-size:.9em; line-height:.95em; padding:10px 20px; border:solid #990000 1px;"> <p>Please read and agree to the following policies to continue claiming your account. </p> <p>The Information Technology ("IT") resources and services of Fordham University (the "University") are offered primarily to facilitate the University's academic, research, and business purposes. This Agreement applies to all individuals who access any of the University's IT resources and systems which include any computing, electronic, network, or print resources regardless of your affiliation with the University (employee, faculty, student, alumnus, contractor, vendor, <b>guest</b>, etc.).</p> <p>Please read all sections of this Agreement in addition to the University's Information Technology Acceptable Use Policy Statement (the "IT Statement") at <a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/info/21366/policies/2792/information_technology_acceptable_use_policy">http://www.fordham.edu/info/21366/policies/2792/information_technology_acceptable_use_policy</a>. If you have any questions regarding this Agreement or your use of any of the University's IT resources, please contact your supervisor, manager, dean, alumni coordinator, or authorized account sponsor. </p> <p>In consideration of the privilege of accessing and using University IT resources and services, you are expected to comply fully with the standards and responsibilities of acceptable use as outlined in all applicable provisions of the IT Statement, the University Code of Conduct, employee handbooks and agreements, student handbooks, alumni guidelines, and other policies and procedures established by the undergraduate, graduate, and professional schools of the University. In addition, you acknowledge and agree as follows:</p> <dl id="terms-acknowledge"> <dt>You acknowledge:</dt> <dd>That the University may, at any time, monitor and audit use of any IT system or resource.</dd> <dd> That unauthorized disclosure or access to IT resources, systems, or the information contained therein, may violate state and federal laws and cause irreparable injury to the University, and may result in disciplinary and/or legal action being taken against you. </dd> <dd>That much of the information found or disclosed via the University IT services may be of a private or confidential nature. </dd> <dt>You agree:</dt> <dd>Not to disclose any private or confidential information without appropriate authorization.</dd> <dd>Not to access or use the University IT resources and services in a way that interrupts, interferes with, or conflicts with the purposes stated herein or those found in the IT Statement.</dd> <dd>Not to violate any licensing terms related to any software that you use at or through the University's IT resources or systems.</dd> <dd>Not to reveal to anyone your access identification and/or password to any University IT system or resource and to take all reasonable measures to prevent such disclosure.</dd> <dd>To immediately change said password and report the incident to the appropriate supervisor, manager, dean, alumni coordinator, or authorized account sponsor if you have any reason to believe that your password has been disclosed or otherwise compromised.</dd> <dd>To respect authorial integrity and the intellectual property rights of others while using the University's IT systems and resources.</dd> <dd>To prevent and report to the University or the appropriate IT administrator viruses, worms, Trojan horses, or other malware that infect computer systems if and when found on or within the University's IT systems or resources.</dd> <dd>To properly back up appropriate systems, software, and data, including those which reside on any system you use to access the University's IT systems or resources.</dd> </dl> </div> <p>By clicking accept below, you are agreeing and acknowledging that you have read, understand, and agree with this Agreement, its constituent parts, and the University's Information Technology Acceptable Use Policy Statement.</p> <form name="mainform" method="post" action="" enctype="application/x-www-form-urlencoded" onsubmit="subprogress(this);"> <p><label><input type="checkbox" name="CompUsageAcceptance" value="agree"> <input name="formsubmit" value="yes" type="hidden"/> <strong> I certify that I have read the policy on computer privileges and responsibilities and I agree to abide by this policy.</strong> </label></p> <button name="Submit" type="submit" value="Continue">Continue</button> </form> </div> <!-- end content --> </div> </div> </section> </div> </div> </div> </div> <!-- googleoff: index --> <footer class="footer"> <div class="row twelve-hun-max"> <div class="small-12 columns no-lr-pad-large"> <div class="small-12 large-9 column no-l-pad"> <div class="small-12 large-5 column no-lr-pad logo"><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/" title=""><img src="https://web.archive.org/web/20161220073528im_/http://www.fordham.edu/site/styles/img/logo-white.png" title="" alt="Fordham University"></a> </div> <div class="small-12 large-7 column slogan"><span>New York is my campus. Fordham is my school.</span></div> <ul class="social inline no-list-style small-12 column no-l-pad"> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/socialmedia"><i class="fa fa-twitter"></i><span class="hidden">Twitter</span></a></li> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/socialmedia"><i class="fa fa-facebook"></i><span class="hidden">Facebook</span></a></li> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/socialmedia"><i class="fa fa-linkedin"></i><span class="hidden">Linkedin</span></a></li> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/socialmedia"><i class="fa fa-youtube"></i><span class="hidden">Youtube</span></a></li> <li><a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/socialmedia"><i class="fa fa-instagram"></i><span class="hidden">Instagram</span></a></li> </ul> </div> <div class="small-12 medium-12 large-3 max-250 column list-links"> <a href="https://web.archive.org/web/20161220073528/http://my.fordham.edu/" title="Login to My Fordham">Log in to My.Fordham</a> <a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/contact_us">Contact Us</a> <a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/maps_and_directions">Maps and Directions</a> </div> </div> </div> <div class="copyright show-for-small">© 2015 Fordham University</div> <a href="https://web.archive.org/web/20161220073528/http://www.fordham.edu/info/20088/fordham_facts#top" class="back-to-top"><i class="fa fa-angle-up"></i></a> </footer> <!-- googleon: index --> </div> <script src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/site/javascript/fordham/site-js.min.js"></script> <script src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/site/javascript/almond.min.js"></script> <script src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/site/javascript/util.min.js"></script> <script src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/widgets/js/widget.js?1417729546"></script> <script type="text/javascript" src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/site/custom_scripts/jadu.nav.Menus.js"></script> <script src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/site/javascript/site.min.js"></script> <script src="https://web.archive.org/web/20161220073528js_/https://www.fordham.edu/site/javascript/fordham/lazyYT.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org/web/20161220073528/https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-353779-26', 'fordham.edu'); ga('send', 'pageview'); </script> </body> </html> <!-- FILE ARCHIVED ON 07:35:28 Dec 20, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 22:26:06 Dec 03, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.629 exclusion.robots: 0.025 exclusion.robots.policy: 0.014 esindex: 0.013 cdx.remote: 6.199 LoadShardBlock: 56.417 (3) PetaboxLoader3.datanode: 77.619 (4) load_resource: 164.897 PetaboxLoader3.resolve: 108.241 -->