Plugin to add text to login page

Through a plugin, is it possible to add additional text to the login page of Piwik. We have a requirement to add a disclaimer to the login page. Obviously, I’d rather do this through a plugin instead of modifying the core files.

Thanks!

Sure, that doesn’t sound too terrible. Do you see this as something that is right on the page, acts as a modal window, etc?

Sure it’s possible with a custom plugin to add text anywhere in the page. You can also use this event directly to inject content in login page: ‘Template.loginNav’