Multi field login

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
aspmaker_fan
User
Posts: 46

Multi field login

Post 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


motfs
User
Posts: 258

Post 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.

Post Reply