VLF WEB logon improvements

Visual LANSA Framework

VLF.WEB logon improvements

VLF.WEB application logon credentials are verified by a customer-specified LANSA function. The shipped example logon verification function is named UFU0001.

The shipped UFU0001 now contains coding and comments that demonstrate how to:

  • Validate logon credentials directly against an System i user profile’s details.
  • Provide specific error messages indicating exactly why logon credentials were rejected.

To accompany these changes sample 3GL programs and their source code are installed by EPC831.

The source code file is named UF_3GSRC. It contains the source code for any 3GL programs that UFU0001 may need to call if you decide to activate this new feature.

Remember that the shipped UFU0001, and any 3GL programs or source code provided, are samples only. You should create your own versions to prevent loss or behavioural change during future VLF upgrades. See the source code of function UFU0001 in process UF_SYSBR for more details.