franklintempleton.ricohtrac.com Open in urlscan Pro
2606:4700::6812:1550  Public Scan

URL: https://franklintempleton.ricohtrac.com/
Submission: On April 04 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

Name: formPOST index.cfm

<form name="form" action="index.cfm" method="post" class="login-form" role="form" novalidate="" data-parsley-namespace="data-parsley-" data-parsley-validate="">
  <input id="redirectHash" name="redirectHash" type="hidden" value="">
  <div class="federated-login">
    <div class="btn-container">
      <button id="buttonLoginFederated" name="image2" class="login-btn btn btn-default" type="button"
        onclick="document.location='https\x3A\x2F\x2Ffederation.api.iofficeconnect.com\x2Fsp\x2FstartSSO.ping\x3FPartnerIdpId\x3D\x26TargetResource\x3Dhttps\x3A\x2F\x2Ffranklintempleton.ricohtrac.com\x2F\x2Fexternal\x2Fapi\x2Flogin\x2Ffederation\x2F'">
        LOG IN </button>
    </div>
    <div class="login-form-footer">
      <span><a href="#" onclick="toggleFederated(false);">Login Using an Account</a></span>
    </div>
  </div>
  <div class="form-login">
    <input type="hidden" name="action" value="checkLogin">
    <!-- Error message - hidden by default -->
    <div class="error-msg error-msg-server">
      <p>I'm sorry!</p>
      <p>We did not recognize that username and password</p>
    </div>
    <div class="error-msg error-msg-client">
      <p>I'm sorry!</p>
      <p>Username and password is required</p>
    </div>
    <div class="form-group">
      <label for="email" class="ie">Username</label>
      <input class="form-control" type="text" id="username" name="username" placeholder="Username " autocomplete="off" required="" data-parsley-error-container=".error-msg-client">
    </div>
    <div class="form-group password-group">
      <label for="password" class="ie">Password</label>
      <input class="form-control" type="password" id="password" name="password" placeholder="Password" autocomplete="off" required="" data-parsley-error-container=".error-msg-client">
      <!-- clicking this link should open modal -->
      <a data-toggle="modal" class="forgot-password" href="#forgot-password-modal">Forgot password?</a>
    </div>
    <div class="btn-container">
      <button id="buttonLogin" class="login-btn btn btn-default" type="submit">Log In</button>
      <!-- loading spinner -->
      <div class="spinner"></div>
    </div>
    <div class="login-form-footer">
      <div><span>Don't have an account? <a data-toggle="modal" href="#new-user-modal">Sign Up!</a></span></div>
    </div>
  </div>
</form>

Name: modalFormPOST index.cfm

<form novalidate="" name="modalForm" action="index.cfm" method="post" data-parsley-namespace="data-parsley-" data-parsley-validate="">
  <input type="hidden" name="action" value="forgot">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">Username/Password Request</h4>
  </div>
  <div class="modal-body">
  </div>
  <div class="modal-body">
    <p class="success-msg-hide">You may use this page to recover a lost username and or password.</p>
    <p class="success-msg-hide">Simply enter your email address below, and we will send directions to reset your password shortly. If no email is found, feel free to contact anyone in the contact information section below.</p>
    <input class="required form-control solo forgot-password" type="text" name="email" placeholder="Email address" autocomplete="off" data-parsley-type="email" data-required="true">
  </div>
  <div class="modal-footer">
    <button class="submit-btn btn btn-primary">Submit</button>
  </div>
</form>

POST index.cfm

<form action="index.cfm" method="post" novalidate="" data-parsley-namespace="data-parsley-" data-parsley-validate="">
  <input type="hidden" name="action" value="signup">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">New User Sign Up</h4>
    <!-- Error message hidden by default. -->
  </div>
  <div class="modal-body">
    <p class="error-msg msg">I'm sorry but one or more of those inputs were invalid</p>
    <p class="success-msg msg">Your new user signup request has been sent. You will be notified via e-mail once your request is approved.</p>
  </div>
  <div class="modal-body">
    <h5>Basic Information</h5>
    <div class="container">
      <!--Change the order of presentation for First Name and Last Name. If Japanese place Last Name input field first.-->
      <label class="left" for="firstname">First Name* <input class="required form-control" type="text" id="firstname" name="firstname" placeholder="John" data-parsley-required="true" autocomplete="off">
      </label>
      <label class="right" for="lastname">Last Name* <input class="required form-control right" type="text" id="lastname" name="lastname" placeholder="Smith" data-parsley-required="true" autocomplete="off">
      </label>
      <label class="full" for="username2">Requested Username* <input class="required form-control full" type="text" id="username2" name="username2" placeholder="johnsmith" data-parsley-required="true" autocomplete="off">
      </label>
      <label class="left" for="phone">Phone* <input class="required form-control left" type="text" id="phone" name="phone" placeholder="555 888 9999" data-parsley-required="true"
          data-parsley-pattern="/^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,5})|(\(?\d{2,6}\)?))(-| )?(\d{3,4})(-| )?(\d{4})(( x| ext)\d{1,5}){0,1}$/" autocomplete="off">
      </label>
      <label class="right" for="fax">Fax <input class="form-control right" type="text" id="fax" name="fax" placeholder="555 888 9999"
          data-parsley-pattern="/^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,5})|(\(?\d{2,6}\)?))(-| )?(\d{3,4})(-| )?(\d{4})(( x| ext)\d{1,5}){0,1}$/" autocomplete="off">
      </label>
      <label class="full" for="email2">Email address* <input class="required form-control center" type="text" id="email2" name="email2" placeholder="johnsmith@email.com" data-parsley-required="true" data-parsley-type="email" autocomplete="off">
      </label>
    </div>
    <h5 class="show-advanced">Show Advanced Information</h5>
    <input type="checkbox" name="show-advanced" class="modal-checkbox new-user" data-parsley-multiple="show-advanced">
    <!-- Additional information hidden by default
until checkbox is pressed (above) -->
    <div class="additional-info">
      <div class="container">
        <label class="full" for="company">Company <input class="form-control full" type="text" id="company" name="company" placeholder="iOffice Inc." autocomplete="off">
        </label>
        <label class="left" for="jobtitle">Job Title <input class="form-control" type="text" id="jobtitle" name="jobtitle" placeholder="CEO" autocomplete="off">
        </label>
        <label class="right" for="costcenter">Cost Center <input class="form-control" type="text" id="costcenter" name="costcenter" placeholder="e.g. Human Resources" autocomplete="off">
        </label>
        <label class="full" for="department">Department <input class="form-control" type="text" id="department" name="department" placeholder="Human Resources" autocomplete="off">
        </label>
        <label class="left" for="extension">Extension <input type="text" class="form-control" id="extension" name="extension" maxlength="50" autocomplete="off">
        </label>
        <label class="right" for="mobile">Mobile Phone Number <input type="text" class="form-control" id="mobile" name="mobile" maxlength="50" autocomplete="off">
        </label>
        <label class="left" for="employeeId">Employee ID <input type="text" class="form-control" id="employeeId" name="employeeId" maxlength="50" autocomplete="off">
        </label>
        <label class="right" for="costCenter1">Company Code - Legacy <input type="text" class="form-control" id="costCenter1" name="costCenter1" maxlength="50" autocomplete="off">
        </label>
        <label class="left" for="comments">Comments <input type="text" class="form-control" id="comments" name="comments" maxlength="50" autocomplete="off">
        </label>
        <label class="right" for="knownAs">Known As <input type="text" class="form-control" id="knownAs" name="knownAs" maxlength="50" autocomplete="off">
        </label>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button class="signup-btn btn btn-primary">Sign Up</button>
  </div>
</form>

Text Content

Your browser cookies are disabled.
Please enable your cookies then click here to continue.
LOG IN
Login Using an Account

I'm sorry!

We did not recognize that username and password

I'm sorry!

Username and password is required

Username
Password Forgot password?
Log In

Don't have an account? Sign Up!
 * About
 * Hours
 * Services
 * Contact


ABOUT



Welcome to the Franklin Templeton / Fiduciary Trust TRAC System.
 

The Franklin Templeton/Fiduciary Trust TRAC System is an easy-to-use reporting
tool that allows you to track your document management projects. There is no
software to load or other requirements; your Internet connection ensures that
your projects are always available to you.




HOURS OF OPERATION



Mail Center
*Monday - Friday:  8am - 7pm




SERVICES WE OFFER



Mailroom

Courier Services

Pantry Services

Conference room setup / cleaning

 

 




GET IN TOUCH



Contact Us:

Diana Diaconescu  212-632-3193  ddiacon@frk.com

Rashid Hawkins   212-632-3191    rhawkin@frk.com






GET THE ULTIMATE WORKPLACE EXPERIENCE

 * Asset

 * Copy

 * Insights

 * Inventory

 * Mail

 * Move

 * Reservations

 * Service Request

 * Space

 * Visitor

   

SPACE UTILIZATION

Visualize your floor maps with quick access to accurate, real-time information
about what type of space exists and how it is being used. Create a space plan
for the future that maximizes your portfolio.

Find out more details

MOVE MANAGEMENT

Track costs, requests and schedule all of your workplace moves while eliminating
redundant, inaccurate paper logs.

Find out more details

RESERVATIONS

Enable your workforce to reserve the type of space they need, when they need it,
resulting in better use of your workspace assets and more flexibility for your
workforce.

Find out more details

SERVICE REQUEST

Coordinate on-demand requests and preventative maintenance tasks to ensure your
workspace and resources always operate at peak performance.

Find out more details

INVENTORY MANAGEMENT

Monitor orders and quantities of office supplies. Track supplies and parts used
in service delivery.

Find out more details

VISITOR

Register guests, collect their photos, have them sign legal documents, get
guests notification alerts all from a kiosk.

Find out more details

ASSET MANAGEMENT

Gain visibility into your real assets and track details throughout the entire
lifecycle.

Find out more details

COPY & PRINT MANAGEMENT

Improve the efficiency & security of your workplace's print center & copy room
production.

Find out more details

MAIL

Capture and track incoming packages for your workforce ensuring employees
receive packages in a timely manner.

Find out more details

INSIGHTS

Real-time dashboards with standard benchmarks, KPIs and ad hoc reporting for
strategic planning.

Find out more details







powered by


×

ACCOUNT LOCKED

You have been locked out because of too many failed login attempts. Wait a while
before trying again or reset your password.


×

USERNAME/PASSWORD REQUEST



You may use this page to recover a lost username and or password.

Simply enter your email address below, and we will send directions to reset your
password shortly. If no email is found, feel free to contact anyone in the
contact information section below.

Submit
×

PASSWORD RESET REQUEST INVALID

This password request is no longer valid.



If you need to request another password reset, click here.

×

NEW USER SIGN UP

I'm sorry but one or more of those inputs were invalid

Your new user signup request has been sent. You will be notified via e-mail once
your request is approved.

BASIC INFORMATION

First Name* Last Name* Requested Username* Phone* Fax Email address*

SHOW ADVANCED INFORMATION

Company Job Title Cost Center Department Extension Mobile Phone Number Employee
ID Company Code - Legacy Comments Known As
Sign Up