Hi !
Is it possible to modify the error message value for the empty username and password fields in the loginOverlay form ?
Hi !
Is it possible to modify the error message value for the empty username and password fields in the loginOverlay form ?
You can customize those messages through the setI18n
method.
Thank you.
LoginI18n.Form i18nForm = i18n.getForm();
LoginI18n.ErrorMessage i18nErrorMessage = i18n.getErrorMessage();
i18nErrorMessage.setPassword("Custom Message");