 |
ALPHA-VISION® Actions for access protection: Usr_ChngUsrPwd
|
Usr_ChngUsrPwd
SUMMARY
Usr_ChngUsrPwd - Change user password
SYNTAX
Usr_ChngUsrPwd()
ARGUMENTS
- Username
-
- Username
- passwort
-
- new password
DESCRIPTION
Modifies the password of a user.
- A logged in user may change the password for the logged in user.
- A logged in user having the Function-Number for Access Admin
in his Profile, may change any User-Password.
See also:
Usr_Login
CFG-File – ControlAccess
The system prompts for:
- User Name >
- New Password (1. Input) >
- New Password (2. Input) >
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