- ID da verificação
- 4101b72d-def9-4e27-b811-40dd72ad5988Concluído
- URL enviado:
- https://myportal.sdccd.edu/psp/IHPRD/EMPLOYEE/EMPL/Redirecionado
- Relatório concluído:
Links · 6 encontrado(s)
Os links de saída identificados na página
Link | Texto |
---|---|
http://sdpss.sdccd.edu/reset/ | reset your password |
http://apply.sdccd.edu/ | Apply Now |
https://www.sdccd.edu/apply/ | new application |
https://mysdccd.atlassian.net/servicedesk/customer/portal/4/group/34/create/62 | Need Help? |
https://help.sdccd.edu/ | IT Help Desk |
https://www.sdccd.edu/departments/human-resources/peoplesoft-hcm-info.aspx | Need Help? |
Variáveis JavaScript · 13 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
Popper | function |
bootstrap | object |
imageIdx | number |
load_bg_image | function |
update_image | function |
Mensagens de registro do console · 1 encontrada(s)
Mensagens registradas no console web
Tipo | Categoria | Log |
---|---|---|
verbose | dom |
|
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>mySDCCD Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://www.sdccd.edu/_resources/images/favicon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/IHPRD/css/style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<style>.form-group input.form-control:-webkit-autofill, .form-group input.form-control:-webkit-autofill:hover, .form-group input.form-control:-webkit-autofill:focus, .form-group input.form-control:-webkit-autofill:active {-webkit-text-fill-color: #000000 !important ;}</style></head>
<body style="background: url("https://www.sdccd.edu/portal/images/2023mysdccd_city.jpg") center center no-repeat fixed;">
<!-- Main Content -->
<main id="main-content" class="position-relative">
<!-- Background Image -->
<div class="background-image"></div>
<!-- Login Form Container -->
<div class="container-fluid position-relative">
<div class="row min-vh-100">
<div class="col-md-6"></div> <!-- Empty column for spacing -->
<div class="col-md-6 d-flex align-items-center login-section">
<div class="w-100">
<div class="card border-0 p-2 m-2" style="max-width: 400px; margin-left: auto;">
<div class="card-body">
<!-- Logo Box -->
<div class="logo-box text-center mb-4">
<img src="https://www.sdccd.edu/docs/District/cpr/_2024logos/SDCCD_Vertical_District-Colleges_Full_Color.png" alt="San Diego Community College District Logo" class="img-fluid" style="max-height: 250px;">
</div>
<!-- /Logo Box -->
<!-- System Maintenance Section -->
<section class="system-maintenance" aria-label="System Maintenance Notice" style="margin-top:20px; margin-bottom: 20px; display: none;">
<div class="container">
<p class="mb-0">
<div>
</div></p>
</div>
</section>
<!-- Emergency Message Section -->
<section class="emergency-message" aria-label="System Emergency Message" style="margin-top:20px; margin-bottom: 20px; display: none;">
<div class="container">
<p class="mb-0"></p>
</div>
</section>
<!-- The line below should only be present for NON-PROD environments -->
<div class="text-center mb-0 text-dark">
</div>
<h1 class="card-title text-center mb-4 text-dark">mySDCCD Login</h1>
<!-- Error Message -->
<div id="error-message" class="alert alert-danger" role="alert" style="display: none;">
<div class="psloginerror" id="discovery_error" name="discovery_error" role="alert" aria-live="assertive">
</div>
<span class="psloginerror" id="login_error" name="login_error" role="alert" aria-live="assertive">
</span>
</div>
<!-- /Error Message -->
<form id="login" name="login" method="post" action="?&cmd=login&languageCd=ENG" autocomplete="off">
<div class="form-group">
<label for="userid" class="text-dark text-bold"><strong>Username</strong></label>
<input type="text" class="form-control" id="userid" name="userid" placeholder="0000000000" required="" aria-required="true" value="" title="User ID">
</div>
<div class="form-group">
<label for="pwd" class="text-dark"><strong>Password</strong></label>
<input type="password" class="form-control" id="pwd" name="pwd" placeholder="Password" required="" aria-required="true">
</div>
<!-- Checkbox for Show Password and Forgot Password Link -->
<div class="form-group d-flex justify-content-between align-items-center">
<div>
<input type="checkbox" id="show-password" class="mr-2">
<label for="show-password" class="text-dark">Show Password</label>
</div>
<a href="http://sdpss.sdccd.edu/reset/" class="text-dark">
Forgot Password?
</a>
</div>
<button type="submit" class="btn btn-primary btn-block text-dark" aria-label="To enable Accessibility mode, please check the checkbox " enable="" accessibility="" mode"="" before="" you="" sign="" in.="" in"="">
<strong>
Sign In
</strong>
</button>
<input type="hidden" id="timezoneOffset" name="timezoneOffset" value="0">
<input type="hidden" id="ptmode" name="ptmode" value="f">
<input type="hidden" id="ptlangcd" name="ptlangcd" value="ENG">
<input type="hidden" id="ptinstalledlang" name="ptinstalledlang" value="ENG">
<div class="ps_box-control psloginerror text-dark" id="browsercheck_error" name="browsercheck_error" aria-live="assertive" role="alert">
</div>
</form>
<!-- Login Message -->
<div id="login-message" class="alert alert-info text-black mt-4" role="alert">
<p class="mb-0" style="font-size: 0.8em; color:#000000;">
Regular system maintenance takes place between 4:00 AM and 6:00 AM PST on
Thursday mornings. During this period, certain sections of the system may not be
available for use.
</p>
</div>
<!-- /Login Message -->
<!-- Need Assistance Section -->
<div class="need-assistance mt-4 text-center">
<h3 class="text-dark" style="font-size: 1em; font-weight: bold;">Need Assistance?
</h3>
<a href="#" data-toggle="modal" data-target="#student" class="btn btn-light text-dark btn-sm m-1"><strong>Student Help</strong></a>
<a href="#" data-toggle="modal" data-target="#faculty" class="btn btn-light text-dark btn-sm m-1"><strong>Employee Help</strong></a>
</div>
<!-- /Need Assistance Section -->
<div id="serverdots" style="width: 100%; overflow: auto;" class="text-dark">
<div style="width: 50%; font: 7pt Arial; float: left; text-align:left;cursor:pointer;" title="1" alt="1">
•
</div>
<div style="width: 49%; font: 7pt Arial; float: right; text-align:right;cursor:pointer;" title="1" alt="1">
•
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Student Help Modal -->
<div class="modal fade" id="student" tabindex="-1" role="dialog" aria-labelledby="studentModalLabel" aria-hidden="true" aria-modal="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h2 class="modal-title" id="studentModalLabel">Student Login Help</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Content -->
<div class="modal-section">
<h3 class="modal-section-title">New Students</h3>
<ul>
<li>Have you already created your password and security questions?</li>
<li>Refer to your Welcome to mySDCCD email for your ID and instructions.</li>
<li>Haven't applied yet? Allow 2 hours for processing.
<a href="http://apply.sdccd.edu/" target="_blank">Apply Now</a>
</li>
</ul>
</div>
<div class="modal-section">
<h3 class="modal-section-title">Returning Students</h3>
<ul>
<li>If you logged into mySDCCD previously and forgot your password, answer your security
questions to <a href="http://sdpss.sdccd.edu/reset/">reset your password</a>.</li>
<li>All students must have an active application on file to access mySDCCD. If you have not
attended in over a year, please submit a <a href="https://www.sdccd.edu/apply/" target="_blank">new application</a>.</li>
</ul>
</div>
<div class="modal-section">
<h3 class="modal-section-title">Technical Information</h3>
<ul>
<li>Chromebooks do not work well with mySDCCD. Chromebook users should download Firefox in
the Google Play Store to access the portal.</li>
<li>Compatible browsers: Safari Mac OS (16+)/iOS (14+), Chrome Win (120+)/Android (13+),
Edge (120+), Firefox (115 ESR)</li>
</ul>
</div>
<!-- Buttons -->
<div class="row mt-4">
<div class="col-md-6 mb-2">
<a class="btn btn-primary btn-block" href="http://sdpss.sdccd.edu/reset/" target="_blank" role="button">Forgot Password</a>
</div>
<div class="col-md-6 mb-2">
<a class="btn btn-primary btn-block" href="https://mysdccd.atlassian.net/servicedesk/customer/portal/4/group/34/create/62" target="_blank" role="button">Need Help?</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Employee Help Modal -->
<div class="modal fade" id="faculty" tabindex="-1" role="dialog" aria-labelledby="facultyModalLabel" aria-hidden="true" aria-modal="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h2 class="modal-title" id="facultyModalLabel">Staff/Faculty Login Help</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!-- Modal Body -->
<div class="modal-body">
<!-- Content -->
<div class="modal-section">
<h3 class="modal-section-title">New Staff/Faculty</h3>
<ul>
<li>Welcome! Have you already created your password and security questions?</li>
<li>If you have not, please refer to your "Welcome to SDCCD - PeopleSoft Portal Login
Process!" email, or contact your supervisor/manager.</li>
</ul>
</div>
<div class="modal-section">
<h3 class="modal-section-title">Returning Staff/Faculty</h3>
<ul>
<li>If you logged in previously and forgot your password, please click on the "Forgot
Password" button below.</li>
<li>Staff/Faculty must have an active assignment to be able to access the mySDCCD Employee
Dashboard.</li>
<li>If you need additional assistance, please contact the <a href="https://help.sdccd.edu/">IT Help Desk</a> or call 619-388-7000.</li>
</ul>
</div>
<div class="modal-section">
<h3 class="modal-section-title">Technical Information</h3>
<ul>
<li>Chromebooks do not work well with mySDCCD. Chromebook users should download Firefox in
the Google Play Store to access the portal.</li>
<li>Compatible browsers: Safari Mac OS (16+)/iOS (14+), Chrome Win (120+)/Android (13+),
Edge (120+), Firefox (115 ESR)</li>
</ul>
</div>
<!-- Buttons -->
<div class="row mt-4">
<div class="col-md-6 mb-2">
<a class="btn btn-primary btn-block" href="http://sdpss.sdccd.edu/reset/" target="_blank" role="button">Forgot Password</a>
</div>
<div class="col-md-6 mb-2">
<a class="btn btn-primary btn-block" href="https://www.sdccd.edu/departments/human-resources/peoplesoft-hcm-info.aspx" target="_blank" role="button">Need Help?</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery and Popper.js -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- Custom JavaScript -->
<script src="https://www.sdccd.edu/portal/scripts/ps61_util.js"></script>
<script>
doFetchData = function (targetUrl, selector) {
jQuery.ajax({
method: "GET",
url: targetUrl,
success: function (r, ts, xhr) {
var _container = jQuery(selector);
var _content = _container.find("p");
_content.html(r);
if (jQuery.trim(_content.text()).length > 0) {
_container.show();
}
}
});
}
jQuery(document).ready(function () {
var systemmsgurl = "https://www.sdccd.edu/emernotice/ih/prd/system.asp";
var emermsgurl = "https://www.sdccd.edu/emernotice/ih/common/emergency.asp";
doFetchData(systemmsgurl, ".system-maintenance");
doFetchData(emermsgurl, ".emergency-message");
//check error content and show if needed
var _errContainer = jQuery("#error-message");
if (_errContainer.text().trim().length > 0) {
_errContainer.show();
}
});
</script>
</body></html>