TabbedUI Client-side EventscanLogin

Description

Fires before the callback that occurs when a user tries to login to the application. Return false to cancel the login.

Discussion

The canLogin client-side event fires before the user's credentials are sent to the server. You can abort the operation by returning false. For example:

Example

return false;