 |
ALPHA-VISION® Actions for access protection: Usr_LoginEx
|
Usr_LoginEx
SUMMARY
Usr_LoginEx - Login user including Password
SYNTAX
Usr_LoginEx(
<username>,
<password>)
ARGUMENTS
- username
-
User Name
- password
-
Password to be used
DESCRIPTION
Login of a User with a defined password.
-
The password can be handed over as a parameter.
-
Allows a login or user change initiated by the system.
WARNING
An automatism created that way may be broken by a dynamic password
change for a user !
EXAMPLES
Usr_Login(admin,geheim)
The User 'admin' should be logged in by using the password 'geheim'.
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