peLoginMode - cWebApp
Determines what type of user verification is required
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer peLoginMode
| Access Type | Syntax |
|---|---|
| Read Access: | Get peLoginMode to IntegerVariable |
| Write Access: | Set peLoginMode to IntegerVariable/Value |
Description
The Web Framework provides default user login, security, and session management features. peLoginMode determines what type of user verification is required.
Valid values are:
| Constant | Meaning |
|---|---|
| lmLoginNone | disable user login requirements |
| lmLoginSupported | support user login but do not require it |
| lmLoginRequired | enforce a user login |
To use a custom user login dialog, set phoLoginView to the object handle of the Web Dialog (cWebModalDialog) you wish to use.