Modify login page without change original code

@Ratana_Surya, you can take a look at some generic code we have made available here. It does require a small patch to a library that is invoked by all scripts. That change will check couple of tables to see if your local installation has any active customization(s) for current script. Since we wanted to treat standard code as a blackbox, we use PHP’s shutdown function feature to perform modifications to html generated by standard scripts.

Best.