Go to documentation repository
...
New users can be added to Web Report System PSIM by means of Intellect Axxon PSIM system settings only.
Adding a new user to Web Report System PSIM is performed in the following way:
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 Intellect Axxon PSIM Administrator's Guide.
Assigning the right to to use Web Report System PSIM to the new user. This procedure is described in detail in the Assigning the rights and password to operators for authorization in the IntellectAxxon PSIM section of the Intellect Axxon PSIM Administrator's Guide.
Info | ||
---|---|---|
| ||
It is recommended to take into account the following specifics while adding a new Web Report System PSIM user by means of Intellect Axxon PSIM:
|
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> |
Log in to Windows with the user account under which you are planning to work with the Web Report System PSIM.
Restart the Cassini Service utility with the user account under which you are planning to work with the Web Report System PSIM.
Info | ||
---|---|---|
| ||
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. |
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 | ||
---|---|---|
| ||
|
...