Vaadin LoginOverlay add content below "Forgot password" (footer)

Viewed 231

In the Login demos, each example has footer text stating "To close the login form submit non-empty username and password." I would like to replicate this but add more than text. I can call LoginI18n#setAdditionalInformation(String), but it only supports plain text. For example, I would like to add another link similar to "Forgot password". Is this possible without creating a new Polymer element?

Any suggestions? Thank you.

1 Answers
Related