If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.
Sign-In Button
Introduction
The Sign-in button sends a user’s login ID and password to the server for authentication:
Any errors are displayed in a validation message widget or in a pop-up window.
The Sign-in button should be placed on a page together with a Login ID text box and a Password text box.
Properties
An example of sign-in button properties is represented in the image below:
Sign-in button properties consist of the following sections:
Common Section
Design Properties Section
General Section
Most properties of a sign-in button are the same as properties of button widgets. For more information on button properties in the General section, see the General Section in Button Properties.
Validation Message Widget
Validation message widget is a specific property of a sign-in button. It defines the Validation message widget that displays authentication failure messages on a page. If no widget is selected in this property, authentication failure messages will be displayed in a pop-up window:
Default: None
Visibility Section
Visibility determines whether a widget is displayed to the end-user as part of the page.
For more information on properties of this section, see the Visibility Section section in Properties Common in the Page Editor.