Adding a message to login page

I’m looking for a way to add a message to the isymphony login page to instruct people to use the same credentials as their UCP account. Any tips on how to do this? I imagine I could just modify the php file for that page, but I can’t locate it.

That would be a question for i9 the creators of iSymphony but their is no PHP page for that login. Its all part of the java app on the server.

Hi!

It’s an extremely twisted way to do this but maybe you don’t have any choice:

https://httpd.apache.org/docs/2.2/mod/mod_substitute.html

You could rewrite on the fly something on that page to add your message…

Good luck and have a nice day!

Nick