Skip to main content

User Identification

Scoping Questions
  1. What user identification methods are required?
    • Keyed entry
    • Swiped (magnetic stripe)
    • Scanned (barcode)
    • Contactless (NFC)
    • Biometric
  2. Should multiple identification methods be supported simultaneously?
  3. Are different methods required for different user roles?
Configuration Examples
User identification settings
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:signOnMethod>USER_ID</retail:signOnMethod>
<retail:cardSignOnEnabled>true</retail:cardSignOnEnabled>
<retail:biometricSignOnEnabled>false</retail:biometricSignOnEnabled>
</retail:posTerminalTemplate>