Usr_ChngUsrPwd

SUMMARY

Usr_ChngUsrPwd - Change user password

SYNTAX

Usr_ChngUsrPwd()

ARGUMENTS

Username
- Username
passwort
- new password

DESCRIPTION

Modifies the password of a user. See also:
Usr_Login
CFG-File – ControlAccess

The system prompts for: The new password is still valid when the system is restarted.

A User-Password can be qualified by an input in the ‘Vision.ini’ file.
	
[PwdRestricts]
MinLenghth=8;   Minimum Lenght, -8 (Character)
MinAlpha=3;     Minimum of Letters, -3
MinDigit=3;     Minimum of Digits, -3
              

EXAMPLES

Usr_ChngUsrPwd()


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times