Our users often fail to log in via our Active Directory-linked authentication because they're adding "@companyname.com" after their user id. I wanted to add a piece of text to the login page to tell users not to do this, but the only way to do this is to create a "custom login page" via the steps outlined at https://community.tibco.com/wiki/create-custom-login-page-tibco-spotfirer and I don't have a day or two to figure that out (if I even could...)
Great to hear, Tim. I modified the idea status to "Already exists" if this is what you needed.
Jens - thanks for the tip. I was able to successfully add the text to the page.
It's actually possible to add a piece of text to the standard login page (through configuration). Set the "security.login-page.text" configuration property to the value that you want to show (it cannot be formatted in any way, it needs to be just plain text).
set-config-prop --name="security.login-page.text" --value="Lorem ipsum dolor sit amet"