The Public Spot module in LCOS versions prior to 8.84 used a central login page for all authentication modes. As of LCOS8.84, you can optionally equip the device with separate template pages for the Smart Ticket function (for self-sufficient user registration via e-mail/SMS). Two pages have to be configured for registration via e-mail/SMS: Registration(...) and Login(...).
- On the registration page, users enter their personal data (e-mail address or mobile phone number) to register for the Public Spot and to request its login data.
- On the login page, users then enter their credentials in order to authenticate at the Public Spot.
The following table provides an overview of the related dependencies that you need to create your own page templates:
Authentication mode | Page designation | Local URL on your device | Page template identifiers |
---|---|---|---|
Login data will be sent by e-mail | Prelogin (e-mail)... | file://pbspot_template_reg_email | <regemailform> |
Login (e-mail)... | file://pbspot_template_login_email | <loginemailform> | |
Login data will be sent by SMS (text message) | Prelogin (e-mail to SMS)... | file://pbspot_template_reg_sms | <regsmsform> |
Login (e-mail to SMS)... | file://pbspot_template_login_sms | <loginsmsform> |