cbcradiocanada.connect.telushealth.com Open in urlscan Pro
20.47.87.6  Public Scan

Submitted URL: https://connect.cbcrc.ca/
Effective URL: https://cbcradiocanada.connect.telushealth.com/Account/Login
Submission: On July 30 via api from US — Scanned from CA

Form analysis 2 forms found in the DOM

<form ng-submit="login()" class="ng-pristine ng-valid-date ng-invalid ng-invalid-required ng-valid-maxlength">
  <div class="form-group" ng-show="model.LoginUsingEmployeeDetails">
    <div class="row">
      <h1 class="header-dark padding-0">Employee Login/Manager Login </h1>
    </div>
    <div class="row input-field-and-login-button">
      <!-- ngIf: model.Errors.length > 0 -->
      <div class="form-group">
        <label for="txtLastname1" class="sr-only">Last Name</label>
        <input class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="model.LastName" ng-class="{'has-error': model.Errors.length > 0}" type="text" placeholder="Last Name" id="txtLastname1">
      </div>
      <div class="form-group">
        <label for="txtEmployeeID1" class="sr-only">Employee ID</label>
        <input class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="model.EmployeeNumber" ng-class="{'has-error': model.Errors.length > 0}" type="text" placeholder="Employee ID" id="txtEmployeeID1">
      </div>
      <div class="form-group with-icon">
        <label for="txtDateofbirth1" class="sr-only">Date of Birth</label>
        <input type="" placeholder="Date of Birth" class="date-of-birth form-control ng-pristine ng-untouched ng-isolate-scope ng-empty ng-valid-date ng-invalid ng-invalid-required ng-valid-maxlength" ng-click="model.datePickerType = 'text'"
          uib-datepicker-popup="yyyy-MM-dd" ng-model="model.DateOfBirthDatepicker" is-open="openDatepicker" max-date="model.maxDate" datepicker-options="model.dateOptions" show-button-bar="false" ng-required="true" close-text="Close"
          ng-change="model.changeType(model.DateOfBirthDatepicker)" maxlength="10" id="txtDateofbirth1" required="required">
        <div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope ng-empty"><!-- ngIf: isOpen -->
        </div>
        <span class="calender-btn-wrapper pull-right">
          <button type="button" class="btn btn-default right-date-btn" ng-click="openDatepicker = true">
            <i class="glyphicon glyphicon-calendar"></i>
            <span class="sr-only">Calendar</span>
          </button>
        </span>
      </div>
      <label class="form-group">
        <input ng-model="model.agreeSign" name="userAgree" type="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty">By checking this box, you agree to TELUS Health's
        <a style="font-weight: bold" target="_blank" href="https://www.morneaushepell.com/ca-en/terms-use">Terms</a> and <a style="font-weight: bold" target="_blank" href="https://www.morneaushepell.com/ca-en/privacy-policy">Privacy Policy</a>
        <span class="checkmark"></span>
      </label>
      <div class="login-button-div">
        <button class="btn btn-primary btn-ABc2 btn-lg form-group text-center login-button" ng-disabled="!model.agreeSign" ng-class="{'has-error': model.Errors.length > 0}" type="submit" disabled="disabled">Login</button>
      </div>
      <div class="form-group text-center">
        <a class="employee-link" ng-show="model.LoginUsingEmployeeDetails" href="" ng-click="model.LoginUsingEmployeeDetails = false">Are you an Administrator ?  Go Here</a>
      </div>
    </div>
  </div>
</form>

<form ng-submit="login()" class="ng-pristine ng-valid-date ng-invalid ng-invalid-required ng-valid-maxlength">
  <div class="form-group" ng-show="model.LoginUsingEmployeeDetails">
    <div class="row">
      <h1 class="header-dark padding-0">Employee Login/Manager Login </h1>
    </div>
    <div class="row input-field-and-login-button">
      <!-- ngIf: model.Errors.length > 0 -->
      <div class="form-group">
        <label for="txtLastname3" class="sr-only">Last Name</label>
        <input class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="model.LastName" ng-class="{'has-error': model.Errors.length > 0}" type="text" placeholder="Last Name" id="txtLastname3">
      </div>
      <div class="form-group">
        <label for="txtEmployeeID3" class="sr-only">Employee ID</label>
        <input class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="model.EmployeeNumber" ng-class="{'has-error': model.Errors.length > 0}" type="text" placeholder="Employee ID" id="txtEmployeeID3">
      </div>
      <div class="form-group with-icon">
        <label for="txtDateofbirth3" class="sr-only">Date of Birth</label>
        <input type="" placeholder="Date of Birth" class="date-of-birth form-control ng-pristine ng-untouched ng-isolate-scope ng-empty ng-valid-date ng-invalid ng-invalid-required ng-valid-maxlength" ng-click="model.datePickerType = 'text'"
          uib-datepicker-popup="yyyy-MM-dd" ng-model="model.DateOfBirthDatepicker" is-open="openDatepicker" max-date="model.maxDate" datepicker-options="model.dateOptions" show-button-bar="false" ng-required="true" close-text="Close"
          ng-change="model.changeType(model.DateOfBirthDatepicker)" maxlength="10" id="txtDateofbirth3" required="required">
        <div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="uib/template/datepickerPopup/popup.html" class="ng-pristine ng-untouched ng-valid ng-scope ng-empty"><!-- ngIf: isOpen -->
        </div>
        <span class="calender-btn-wrapper pull-right">
          <button type="button" class="btn btn-default right-date-btn" ng-click="openDatepicker = true">
            <i class="glyphicon glyphicon-calendar"></i>
            <span class="sr-only">Calendar</span>
          </button>
        </span>
      </div>
      <label class="form-group">
        <input ng-model="model.agreeSign" name="userAgree" type="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty">By checking this box, you agree to TELUS Health's
        <a style="font-weight: bold" target="_blank" href="https://www.morneaushepell.com/ca-en/terms-use">Terms</a> and <a style="font-weight: bold" target="_blank" href="https://www.morneaushepell.com/ca-en/privacy-policy">Privacy Policy</a>
        <span class="checkmark"></span>
      </label>
      <div class="login-button-div">
        <button class="btn btn-primary btn-ABc2 btn-lg form-group text-center login-button" ng-disabled="!model.agreeSign" ng-class="{'has-error': model.Errors.length > 0}" type="submit" disabled="disabled">Login</button>
      </div>
      <div class="form-group text-center">
        <a class="employee-link" ng-show="model.LoginUsingEmployeeDetails" href="" ng-click="model.LoginUsingEmployeeDetails = false">Are you an Administrator ?  Go Here</a>
      </div>
    </div>
  </div>
</form>

Text Content

EMPLOYEE LOGIN/MANAGER LOGIN

Last Name
Employee ID
Date of Birth

Calendar
By checking this box, you agree to TELUS Health's Terms and Privacy Policy
Login
Are you an Administrator ? Go Here


WELCOME TO CONNECT


English | Français

I'm Sorry...
but your browser: is not supported. Please upgrade to one of the below web
browsers.

Internet Explorer

Chrome

Firefox

Thank You



WELCOME TO CONNECT


English | Français



EMPLOYEE LOGIN/MANAGER LOGIN

Last Name
Employee ID
Date of Birth

Calendar
By checking this box, you agree to TELUS Health's Terms and Privacy Policy
Login
Are you an Administrator ? Go Here
I'm Sorry...
but your browser: is not supported. Please upgrade to one of the below web
browsers.

Internet Explorer

Chrome

Firefox

Thank You