<< Click to Display Table of Contents >> Navigation: »No topics above this level« MpUserConfigType |
mapp Services V5.16
User management is configured using this data type.
For information about how the configuration update of the individual parameters is carried out at runtime, see section Configuration during runtime.
All password parameters apply only to new users created via the HMI application using MpUserManagerUI. These rules do not apply to users created using the configuration system in Automation Studio or MpUserCreateUser.
Data type |
Value |
Description |
||
BOOL |
TRUE |
Deletion of users not allowed |
||
BOOL |
FALSE |
Requires password change on first login |
||
BOOL |
FALSE |
Requires password to have both upper- and lowercase letters |
||
BOOL |
TRUE |
Requires password to have alphanumeric characters |
||
UINT |
5 |
Minimum password length. At least one character must be specified. It is not permitted to have a password length of 0. |
||
UINT |
3 |
Maximum number of failed login attempts until the user is blocked. If 0 is entered, the user will never be locked. User groups with administrator rights are locked for up to an hour. They are unlocked after a warm restart of the machine. |
||
DINT |
0 |
Interval in which the password must be changed |
||
DINT |
0 |
Expiration time for the validity of the user account |
||
UINT |
1 |
Minimal length for entering a new username |
||
UINT |
3 |
Maximum number of possible failed signature attempts until the signature process is aborted. The login attempts ("LoginAttempts") and the signature attempts are related to one another. Any incorrect user input during a signature attempt will also result in a login attempt. If there are 2 signature attempts and 1 login attempt, the user will be locked after one failed signature attempt, i.e. entering an incorrect password/username. If the signature is aborted, the login attempt is retained. For more information, see here. |
||
UINT |
0 |
Specifies how many previous passwords cannot be reused. A value between 0 and 5 can be entered. Specifying 0 disables the function entirely. If 2 is specified, for example, the new password is not permitted to match any of the last 2 passwords. |
||
BOOL |
FALSE |
Defines whether a password must contain special characters |
||
BOOL |
FALSE |
Defines whether an admin user is permitted to edit the same user level |
||
mpUSER_IMPORT_IGNORE_DEFAULT |
Mode for user import |
|||
mpUSER_IMPORT_OVERWRITE_ONLY |
Mode for group import |
|||
BOOL |
FALSE |
Ignores the checksum in the import file |
||
DINT |
3600 |
When the specified time expires, a locked administrator becomes unlocked. (Unit: [sec]) If 0 is specified, the administrator is not automatically unlocked. The unlock function is not available with 0. |