Hello, I am evaluating Cuba-Platform for my company and a question that has come up is if the “Powered by Cuba Platform” that appears at the bottom of the login screen is able to be removed.
Is this just a restriction of the free version, and once a commercial license is bought it can be removed?
Maybe the text could be a additional application property like a loginDialogPoweredByText.
I would like to show there "Powered by and ".
Just a simple idea!
Hi
in reply to Dany Eudes and other interested, it is indeed possible to customize that string by overriding the cuba.poweredBy string found in src/com/haulmont/cuba/web/messages.properties.
You could set that property by including a messages.properties file in that location under your own project structure, or by simply overriding it in the application’s messages.properties (or a localized one). In Studio is the so called main message pack under the Generic UI section.