Security settings in a Part 11 project are basically the same as in a regular projectprojects, but with the addition of using windows accounts, setting group permissions, and setting passwords.
...
Items | Description |
Use Windows Account | If the OS is a Windows server, get the account names from Active Directory and add them to the list of users. |
Set group permissions | Set access permissions by group. |
Enable Minimum Password Length | Specify the minimum password length (can be 1-16) |
Include At Least One Number And Letter | When setting a password, include at least one number and at least one letter (both numbers and letters). |
Include At Least One Special Character | When setting a password, include at least one special character: . (@#$%^&*()-_=+\]{};:/?.><!) |
Enable Password Reset Interval | After a set period of time, users must reset their password to log in. (1 to 9999 days) |
Request To Change Password On First Login | Require users to change their password the first time they sign in. |
Prohibit consecutive duplicate characters | When checked, prohibit the use of consecutive duplicate characters in the password. (you can specify the number of allowed repeating characters). |
Prohibit of resetting previous passwords | Save a set number of modified passwords. Saved Prohibit resetting saved passwords prohibit resetting. (a set number can be 1-30) |
(2) Group Permissions Settings
...
Items | Description |
Name | Set a group name. This will be used as an alias for the group. |
Manage Users | Be granted access to the user management User Management page. |
Direct Write Tags | If unchecked, cannot write tags in the database Database page (but can still view tag values). |
View Audit Trail | Be granted access to the Audit Trail page. |
View Data Log | Be granted access to the Data Log page and objects. |
View Reports | Be granted access to the Report page, where you can see a list of report files. |
View Alarms | Be granted access to the Alarm page. |
Export Files | Allow to download Excel, PDF and Report downloads from any page. |
...
If you don't have authorization to access the page, a message above will be displayed and access to the page will be restricted.
...