Applicable Product:
Peoplefluent Learning
Applicable Version:
All Versions
Overview
The login.wm file defines the custom login page for the LMS. It controls the branding, layout, scripts, stylesheets, and login form behavior presented to users before authentication.
This file is typically customized for:
Corporate branding
User experience alignment
SSO or authentication workflows
Login page messaging
What login.wm Controls
The file manages:
Page title and favicon
Logos and background visuals
CSS and JavaScript includes
Login form structure and submission
UI elements such as welcome text and instructions
Example elements from the file:
Custom page title
Organization-specific logos
External JS libraries (e.g., jQuery)
Branded CSS files
How login.wm Is Loaded
Served before user authentication
Resides in the LMS web application
Uses dynamic context resolution via:
/$info.getContextPrefix()/This allows the page to work across environments (DEV, UAT, PROD).
Important Notes
Changes to
login.wmaffect all usersSyntax or path errors can break login access
Always back up the file before modifying
Summary
login.wmdefines the LMS login UIIt is safe to customize but must be handled carefully
Incorrect changes can block user access