Kerberos (SPNEGO) Display Name and Help Text

I have configured a browser login flow with both username/password authentication and Kerberos. When selecting which login type a user wants the Kerberos choice has “auth-spnego-display-name” with “auth-spnego-help-text”. (See image) I would like to change this text to refer to the company’s login but cannot figure out where either of these are defined. Where can I set the text for the display name and help text?

login-choices

Thanks.

You can change these texts in the file themes/base/login/messages/messages_en.properties

auth-username-password-form-display-name=Username and password
auth-username-password-form-help-text=Log in by entering your username and password.

For spnego, you can create these labels:
auth-spnego-display-name=Browser
auth-spnego-help-text=Authentication with Windows credentials

1 Like