Available since indyco 4.4.0.0


Custom Login Message


You can add a customizable message to the login form. To do this, simply set the MessageInLoginForm field in the appsettings.json file or in environment variable.


Configure login message in appsettings.json:


Indyco: {
  MessageInLoginForm: "To login use domain credentials"
}


Configure login message in Environment Variable:

Indyco__MessageInLoginForm: "To login use domain credentials"


If the field is not set, no message will be shown.


NOTE: same message will be shown in the builder login form.