pella.ricohtrac.com Open in urlscan Pro
2606:4700::6812:1450  Public Scan

Submitted URL: http://url314.notifications.iofficecorp.com/ls/click?upn=0z659jLM6jZ7oZzm-2FRM82e2MGrZXZszEHeYr5dy2-2F9y9Vf9AFl79Btr0UDxL-2FT6ZvM-2BFKKNkZ6G...
Effective URL: https://pella.ricohtrac.com/?action=reset&u=17607&hash=2242de32be900f6ae2881b7b769854b5&username=brickerk
Submission: On December 06 via manual from US — Scanned from DE

Form analysis 4 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\x2Fpella.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>

Name: modalFormPOST index.cfm

<form novalidate="" name="modalForm" action="index.cfm" method="post" data-parsley-namespace="data-parsley-" data-parsley-validate="" id="resetPasswordForm">
  <input type="hidden" name="action" value="newPassword">
  <input type="hidden" name="passwordResetToken" value="2242de32be900f6ae2881b7b769854b5">
  <input type="hidden" name="userId" value="17607">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">New Password Required</h4>
    <p class="error-msg msg">We did not find that email address. Please try again</p>
  </div>
  <div class="modal-body">
    <h5 class="password-restrictions-header">Please reset your password.</h5>
    <div class="container">
      <label class="full position-relative">
        <i class="icon ion-eye-disabled" id="toggleNewPasswordIcon" onclick="togglePassword('newPassword', 'toggleNewPasswordIcon')"></i> New Password* <input class="required form-control solo reset-password" type="password" id="newPassword"
          name="newPassword" placeholder="Your password" data-parsley-required="true" data-parsley-minlength="8" data-parsley-maxlength="20" data-parsley-maxlength-message="Passwords should be between 8 and 20 characters in length."
          data-parsley-notequalusername="brickerk" data-parsley-pattern="(?!.*password)(?!.*Password)(?!.*PASSWORD)(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!#\$%&amp;\x27\x22\(\)\*+,-\.\/:;<=>\?@\[\\\]\^_`\{\|\}~])(?=.{8,}).*"
          data-parsley-pattern-message="Your password is not secure. Make sure your password has all of the following:
<ul class='password-restrictions-message'>
<li>A mix of uppercase and lowercase characters</li>
<li>1 or more numerical digits</li>
<li>1 or more special characters</li>
<li>Passwords should be at least 8 characters</li>
<li>Passwords can be at most 20 characters long</li>
<li>Cannot contain your username or the word 'password'</li>
</ul>">
      </label>
      <label class="full position-relative" for="confirmNewPassword">
        <i class="icon ion-eye-disabled" id="toggleNewPasswordConfirmIcon" onclick="togglePassword('confirmNewPassword', 'toggleNewPasswordConfirmIcon')"></i> Confirm New Password* <input class="required form-control solo reset-password"
          type="password" id="confirmNewPassword" name="confirmNewPassword" placeholder="Retype your password" data-parsley-equalto-message="Confirmation password does not match your new password." data-parsley-equalto="#newPassword"
          data-parsley-required="true" onpaste="return false">
      </label>
    </div>
  </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>
        <label class="left" for="custom01">Dept Name <input type="text" class="form-control" id="custom01" name="custom01" maxlength="50" autocomplete="off">
        </label>
        <label class="right" for="custom02">Location No. <input type="text" class="form-control" id="custom02" name="custom02" maxlength="50" autocomplete="off">
        </label>
        <label class="left" for="custom03">Account No <input type="text" class="form-control" id="custom03" name="custom03" maxlength="50" autocomplete="off">
        </label>
        <label class="right" for="custom04">Division No <input type="text" class="form-control" id="custom04" name="custom04" 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 RICOH Service Excellence TRAC System.
 

The RICOH Service Excellence 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.
 If you need your job in less than 24 hours (an URGENT REQUEST) you must
call ext. 16386 to insure availability of machine time and supplies.
NOTICE: Pricing does not correctly reflect two-sided, multiple part forms, or
multiple laminations when they are more than a quantity of 20; please call ext.
16386 for those prices if needed.

WE CAN DO your personal printing too -- wedding invitations, programs,
enclosures, etc.; graduation printing, Christmas letters, letters and brochures
for organizations you are active in, and more. And we have several papers in
stock, or bring your own.




HOURS OF OPERATION

 



RICOH Document Center



                                                                                                            
Monday - Friday

8:00 a.m. - 12:00 p.m.

    1:00 p.m. - 5:00 p.m.




SERVICES WE OFFER

 

* Mail Services
* MFD and HP Fleet Management
* Document Center:
Black & White Printing/Copying
Color Printing/Copying
Collating & Stapling (including Saddle Stitching)
Black & White and Color Transparancies
Cutting & Folding
Scanning & CD-Burning
3-Hole Drilling/Punching
Laminating (23.5" maximum width on site)
Printed Index Tab Dividers
Coil Binding
Carbonless Forms up to four-parts
Padding
Various Color Papers, Cardstocks, and Labels by the sheet, ream, or carton
Label Printing

If you need your job in less than 24 hours (an URGENT REQUEST) you must
call ext. 16386 to insure availability of machine time and supplies.




GET IN TOUCH



Contact Us at:
Document Center
641-621-6386
ricohdocumentcenter@Pella.com

Mail Services
641-621-6326 or 641-670-7971
nyekm1@Pella.com

Office Fleet
641-621-6053 or 641-670-7556
atkinsb@Pella.com

Factory Fleet
641-621- 6949 or 641-629-9342
gottaam@Pella.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
×

NEW PASSWORD REQUIRED

We did not find that email address. Please try again

PLEASE RESET YOUR PASSWORD.

New Password* Confirm New Password*
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 Dept Name Location No. Account No
Division No
Sign Up