Maximo Open Forum

 View Only
  • 1.  IBM Idea Delivered! Ability to customize Manage login page images and background.

    Posted 3 days ago

    Idea Delivered! If you are looking to add login images or text to your MAS login screen an approach has been documented on this IBM Idea. I gave it a shot and it works great! The biggest trick is finding a URL to a log that you like. Once you have a log just add it to your MAS 9.0+ CSS customization.

    https://ibm-ai-apps.ideas.ibm.com/ideas/MASM-I-894

    /* Login page image */

    .login-background-image { 

     background-image:url("https://cdn.prod.website-files.com/5ad4f7d81689b060171b12e4/603576e2098816f154a20b3d_2021-Projetech-Logo.png") ;

     background-color: #f3f3f5;

    }

    /* Login Page Above username and password */

    p#x7ynq::after { visibility: visible; content: "MAS 9.0 Testing Environment"; position: absolute; left: 0; top: 0; } 

    p#x7ynq { visibility: hidden; position: relative; }


    #Administration
    #MaximoApplicationSuite

    ------------------------------
    Phil Runion
    Projetech
    ------------------------------


  • 2.  RE: IBM Idea Delivered! Ability to customize Manage login page images and background.

    Posted 3 days ago

    @Phil Runion could you please help me to know where to locate CSS customization for Maximo?  Is this only available in MAS 9.0?  Thank you.



    ------------------------------
    Danny Richardson
    Maximo Administrator Manager
    Technimark LLC
    ------------------------------



  • 3.  RE: IBM Idea Delivered! Ability to customize Manage login page images and background.

    Posted 3 days ago

    This is a feature that was added in MAS 9.0. If you get in as an administrator the option is under configurations > user interface customization. There are a ton of things that you can do with this feature. 

    IBM Link: https://www.ibm.com/docs/en/masv-and-l/continuous-delivery?topic=interface-updating-user



    ------------------------------
    Phil Runion
    Projetech
    ------------------------------