Lock Out User

You can set up security on a server so that multiple failed login attempts will lock out the user.

Difference from Security Feature Lockout

The Web Viewer lockout function is independent of lockout in the Security feature.

  Security Feature Lockout Web Viewer Lockout

Lockout target

Server (display unit) Client

Login operation

Log in to project on server Log in to server from client
Users affected by lockout All users with a security level less than the security level set in [Security Level for Unlock] are locked out. Lockout user

Note:

Settings

Note: To use this function, enable the [Security Setting] property and add user accounts to the project. For information on setting up users, refer to the following.
BLUE Web Viewer Overview and Development Workflow

  1. In the Project Explorer window, go to [System Architecture] and click [Target01].

  2. In the Properties window, click [Advanced] tab and click [Data Access] tab.

  3. Go to [Web Function Settings]  ➞ [Web Viewer Settings], select the [Security Settings] check box and set the following properties.
    Properties

Example of Unsuccessful Login

The following describes when a user fails to log in from a client.

Web Viewer settings are as follows.

Property Setting
[Number of Attempts] 5
[Period of Attempts (sec)] 60
[Lockout Time (sec)] 30

Failed to login

The first time a user fails to log in, a timer begins counting. If the user continues to fail logging in, and the timer does not reach 60 seconds (setting value of [Period of Attempts (sec)]) on the fifth failed login attempt, the user is locked out. The user cannot log in again until 30 seconds (setting value of [Lockout Time (sec)]) elapse.

Additional login attempts before the Lockout Time elapses will restart the Lockout Time.

The following illustrate various Web Viewer login scenarios.

User Locked Out

A: Period of Attempts

B: Lockout Time

Failed login attempt

User locked out

When the user fails to log in, the [Period of Attempts] begins counting. If the user fails to log in the defined number of times before the [Period of Attempts] has elapsed, the user is locked out for the [Lockout Time]. After the [Lockout Time] has elapsed, the lock is released for the user.

Period of Attempts Elapses Before User Locked Out

A: Period of Attempts (1)

B: Period of Attempts (2)

Failed login attempt

When the user fails to log in, the [Period of Attempts] begins counting. The [Period of Attempts] elapses before the user fails to log in the defined number of times, resetting the process. The next time the user fails to log in, the [Period of Attempts] begins counting again.

User Lock Out Time Extended

A: Period of Attempts

B: Lockout Time (1)

C: Lockout Time (2)

Failed login attempt

User locked out

When the user fails to log in, the [Period of Attempts] begins counting. If the user fails to log in the defined number of times before the [Period of Attempts] has elapsed, the user is locked out for the [Lockout Time]. If the user makes another log in attempt before the [Lockout Time] has elapsed, even if the entered user name and password are valid, the [Lockout Time] starts counting again from the beginning. Once there are no more login attempts and the [Lockout Time] has elapsed, the lock is released from the user.

Notes on Web Viewer Lockout