Versions Compared

Key

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

The list of users of the WEB Report System PSIM is available on the Users > Roles and Roles > Users of the Security tab. 

Image Modified

By default the WEB Report System PSIM contains two users, rs and anonymous, none of which can be deleted.

...

  1. Registration of an new user in Axxon PSIM. This procedure is described in detail in the User registration and removal section of the Axxon PSIM Administrator's Guide.
  2. Registration of the right to use WEB Report System PSIM. This procedure is described in detail in the Registration of users' rights section of the Axxon PSIM Administrator's Guide.
    Image RemovedImage Added

  3. Assigning the right to to use WEB Report System PSIM to the new userThis procedure is described in detail in the Assigning the rights and password to operators for authorization in the Axxon PSIM section of the Axxon PSIM Administrator's Guide.
    Image Modified

    Info
    titleNote

    It is recommended to take into account the following specifics while adding a new WEB Report System PSIM user by means of Axxon PSIM:

    1. The anonymous user is a dummy operator account. Once the first operator will be created with Axxon PSIM, the dummy will be replaced with the account data of the first added user.
    2. The user login in WEB Report System PSIM is similar to the login assigned to the user when he is granted the right in Axxon PSIM.
    3. The username and login are subject to the same rules as the Windows login.


  4. If the Windows Authorization method was selected, then do the following:
    1. Go to the <Axxon PSIM installation directory>\Modules\Wt2 and open the Web.config file for editing.
    2. Replace the following strings:

      Code Block
      <authentication mode="Forms">
      <forms loginUrl="~/Account/LogOn" timeout="15" cookieless="UseCookies"></forms>  
      </authentication>

      with the following strings:

      Code Block
      <authentication mode="Windows">
      </authentication>

    3. Save the changes in the Web.config file.
    4. Log in to Windows with the user account under which you are planning to work with the WEB Report System PSIM.

    5. Restart the Cassini Service utility with the user account under which you are planning to work with the WEB Report System PSIM.

      Info
      titleNote

      If it is planned to work with the WEB Report System PSIM by several users, then after each authorization in Windows of another user, it is necessary to restart the Cassini Service with the required user account.


    6. As a result, when you open the WEB Report System PSIM in the browser, you will be automatically logged in under the specified Windows user account.

      Info
      titleNote
      • If no user is added to the Axxon PSIM user rights, then by default this user is assigned the Administrator role.
      • If there is at least one user in Axxon PSIM, and this user is not the one which was used in Windows authorization, then this user will not have access to the Administration panel.
      • If there is a user in Axxon PSIM who is logged using Windows authorization, but not given access to the WEB Report System PSIM, then this user will not have access to the Administration panel.


Any required number of users may be added to WEB Report System PSIM in this manner.

Image Modified