Page 1 of 1

Multi field login

Posted: Mon May 22, 2017 8:36 pm
by aspmaker_fan

Hi,

How do can implement a 3 field login, instead of normal 2 field login?

for example:

CompanyID
Username
Password

Kind regards
NM


Re: Multi field login

Posted: Fri May 26, 2017 10:59 am
by motfs
  1. Use Startup Script (read Server Events and Client Scripts in help file) to add your extra field in the login page.
  2. Use the User_CustomValidate server event to validate the extra field. Read Server Events and Client Scripts -> User_CustomValidate in help file for more detail.