Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Propertiesdiv
hiddenclasstruelink_button
Status

Home

Status
colourRed
titleinitiated
Written byFormer user (Deleted)
TM review by 
Screenshots

(minus)

Links

(minus)

Tech review by 
Panelbox
namegrey
titleContents

Account

To access the system each user needs an account which is created by the sponsor based on a unique email address. The user receives an email with a temporary password to access Vista Trials.

Login

The login requires the (unique) email address linked to the account and the password.

Image Removed

Temporary password

Initially, a temporary password is generated and provided by an automatic email. This temporary password allows a user to login and to define a personal password. It does not provide access to the Vista Trials modules. 

Forgot password

The login screen contains a 'forgot password' link which provides the option to request a new temporary password.

Image Removed

The account is reset and an email is generated providing the user with a new temporary password.

Image Removed

Create password

At initial login with a temporary password the system requests you to create a password.

Image Removed

The password must contain at least 8 characters and minimum

  • 1 upper case
  • 1 lower case
  • 1 digit
  • 1 special character

The system does not allow to reuse one of the previous 5 passwords (not including the currect password) linked to the account. 

Edit password

At any time a user can access their account details via the user name displayed in the header of the screen and opt to edit the password.

Expiration

The password expires after a period of 90 days. During the first login after this expiration interval the system requires you to enter a new password.

Locked account

After three wrong consecutive password entries or when the temporary password has expired (only valid for 24 hrs) the system locks the account. A user can unlock the account via the forgot your password link.

Image Removed

Log off

An automatic log off occurs after an idle period of 15 minutes. A user can manually log off via the log off button in the header.

When a session is about to expire a message will be displayed in the left lower corner of the screen.


Image Removed

Child pages (Children Display)


Style
.link_button a{
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #58595b;
    color: #FFF !important;
    padding: 8px 12px;
    text-decoration: none;
}
.link_button a:hover{
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #1c4b72;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}