google.yrdsb.ca Open in urlscan Pro
209.221.90.214  Public Scan

Submitted URL: https://google.yrdsb.ca/
Effective URL: https://google.yrdsb.ca/LoginFormIdentityProvider/Login.aspx?ReturnUrl=%2fLoginFormIdentityProvider%2fDefault.aspx
Submission Tags: falconsandbox
Submission: On May 22 via api from US — Scanned from CA

Form analysis 1 forms found in the DOM

POST ./Login.aspx?ReturnUrl=%2fLoginFormIdentityProvider%2fDefault.aspx

<form method="post" action="./Login.aspx?ReturnUrl=%2fLoginFormIdentityProvider%2fDefault.aspx" onsubmit="javascript:return WebForm_OnSubmit();" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'LoginButton')" id="loginForm">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTMwNjU0NTQzOA8WAh4TVmFsaWRhdGVSZXF1ZXN0TW9kZQIBZGRraz3PVfk7YvqBeMWnwB7wX8jS4mJj3HHKsST9vWx71w==">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['loginForm'];
    if (!theForm) {
      theForm = document.loginForm;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/LoginFormIdentityProvider/WebResource.axd?d=sSWOSznXB_lXrVq3si5GFdrk3ZcnFDvKeSUExFjwvmeEq57UzH9696p8GoBydo0XDfw-SW3BgZ7Wq5jaj79MVsjxksk2k1fjfCJx44B3AV81&amp;t=637109960440000000" type="text/javascript"></script>
  <script src="/LoginFormIdentityProvider/WebResource.axd?d=ivL09offMp2wkjp4j390zZUUjBFLWD0Pgj3S4qAUpWfX8Hhs3zQCu7zgKL_BXk2IdcABvf3UKIWYGe2yVlor_8oFTpScBDVINChfqk_qLtg1&amp;t=637109960440000000" type="text/javascript"></script>
  <script src="/LoginFormIdentityProvider/WebResource.axd?d=bpajKnYStMmec1byXjEaXFO3nHuapVDPFtjdCQ6cA8G22IugvXgtWKDLaJOXTvuTz5L29SQETndW15d49cLevQYYwR_IAJw-tKPaqI22K2w1&amp;t=637109960440000000" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    function WebForm_OnSubmit() {
      if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
      return true;
    }
    //]]>
  </script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="89F0D0DF">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
      value="/wEdAAaKCkd5ovjmnbesATeYrwGV9PJHeXqRncpQpm+aegPHGiFMn45TB+nPStrp1Yo2S99HUsEpfU/XGHb3RFDJN6xFXArz/WCefbk6V2VE3Ih52dypqPqLgdpphNzIPTIm7G4tqlkPyBDMdpNpJCtPa8Gk87gegypxG4Iq4JEcWu7YfQ==">
  </div>
  <div class="login">
    <div id="userNamePasswordPrompt">
      <p> Please enter your user name and password. </p>
    </div>
    <span class="failureNotification">
    </span>
    <div id="LoginUserValidationSummary" class="failureNotification" style="display:none;">
    </div>
    <div class="accountInfo">
      <table border="0" cellpadding="2">
        <tbody>
          <tr id="DomainInput">
            <td>
              <p>
                <label for="DomainDropDownList" id="DomainLabel">Domain:</label>
              </p>
            </td>
            <td>
              <p>
                <select name="DomainDropDownList" id="DomainDropDownList">
                  <option value="EDU">EDU (Students and Teachers)</option>
                  <option value="YRDSB">YRDSB (Administrators and Staff)</option>
                </select>
              </p>
            </td>
          </tr>
          <tr>
            <td>
              <p>
                <label for="UserName" id="UserNameLabel">User name:</label>
              </p>
            </td>
            <td>
              <p>
                <input name="UserName" type="text" id="UserName" class="userName">
                <span id="UserNameRequired" title="User Name is required." class="failureNotification" style="visibility:hidden;">*</span>
              </p>
            </td>
          </tr>
          <tr>
            <td>
              <p>
                <label for="Password" id="PasswordLabel">Password:</label>
              </p>
            </td>
            <td>
              <p>
                <input name="Password" type="password" id="Password" class="password">
                <span id="PasswordRequired" title="Password is required." class="failureNotification" style="visibility:hidden;">*</span>
              </p>
            </td>
          </tr>
          <tr>
            <td align="right" colspan="2">
              <p class="submitButton">
                <input type="submit" name="LoginButton" value="Log Me In to Google"
                  onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;LoginButton&quot;, &quot;&quot;, true, &quot;LoginUserValidationGroup&quot;, &quot;&quot;, false, false))" id="LoginButton">
              </p>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var Page_ValidationSummaries = new Array(document.getElementById("LoginUserValidationSummary"));
    var Page_Validators = new Array(document.getElementById("UserNameRequired"), document.getElementById("PasswordRequired"));
    //]]>
  </script>
  <script type="text/javascript">
    //<![CDATA[
    var LoginUserValidationSummary = document.all ? document.all["LoginUserValidationSummary"] : document.getElementById("LoginUserValidationSummary");
    LoginUserValidationSummary.validationGroup = "LoginUserValidationGroup";
    var UserNameRequired = document.all ? document.all["UserNameRequired"] : document.getElementById("UserNameRequired");
    UserNameRequired.controltovalidate = "UserName";
    UserNameRequired.errormessage = "User name is required.";
    UserNameRequired.validationGroup = "LoginUserValidationGroup";
    UserNameRequired.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
    UserNameRequired.initialvalue = "";
    var PasswordRequired = document.all ? document.all["PasswordRequired"] : document.getElementById("PasswordRequired");
    PasswordRequired.controltovalidate = "Password";
    PasswordRequired.errormessage = "Password is required.";
    PasswordRequired.validationGroup = "LoginUserValidationGroup";
    PasswordRequired.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
    PasswordRequired.initialvalue = "";
    //]]>
  </script>
  <script type="text/javascript">
    //<![CDATA[
    var Page_ValidationActive = false;
    if (typeof(ValidatorOnLoad) == "function") {
      ValidatorOnLoad();
    }

    function ValidatorOnSubmit() {
      if (Page_ValidationActive) {
        return ValidatorCommonOnSubmit();
      } else {
        return true;
      }
    }
    WebForm_AutoFocus('DomainDropDownList'); //]]>
  </script>
</form>

Text Content


Welcome to the GSuite (formerly known as Google Apps) for Education Environment
provided to you by YRDSB.




For more information or help with GSuite for Education, please visit this site



PLEASE NOTE: When entering your user name, DO NOT include @gapps.yrdsb.ca or
@yrdsb.ca.

Please enter your user name and password.



Domain:

EDU (Students and Teachers) YRDSB (Administrators and Staff)

User name:

*

Password:

*







We all play a role in ensuring online learning environments are welcoming, safe
and inclusive. Any form of hate or discrimination will not be tolerated. By
clicking on the login page, you are agreeing to act in a manner that is
inclusive, considerate and respectful and not engage in hateful or
discriminatory practices. If you witness any such act, you agree to address and
correct the behaviour. Students must immediately report the behaviour to a
teacher or trusted school staff member. Staff members must immediately inform
their supervisor. You will respect any and all personal information entrusted to
you while using the YRDSB GSuite for Education (GAPPS or GAFE) platform. You
will use it only as entitled to perform your work and learning related
activities and will not improperly share it in any way that is disrespectful to
the person to whom the information belongs. You will treat all personal
information as confidential and will report any breaches of personal privacy to
the Assistant Manager, Records Management/MFIPPA. You understand and will adhere
to the terms and conditions of the Board’s Appropriate Use Policy#194, along
with all other Board policies and procedures.

By clicking on the login page, you are agreeing to adhere to all policies and
procedures of the YRDSB and any additional rules established by your teacher,
school or workplace.