Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Changing EMM related logos

Follow the instructions given below to change the EMM logo on the EMM console: 

  1. Navigate to the all of the following folders:
    • <EMM_HOME>/repository/deployment/server/jaggeryapps/emm
    /themes/wso2sinine/img/ directory
    • /units/logo/public/img directory.
    • <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/units/mdm-logo/public/img directory.
    • <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/units/theme/public/img directory.

  2. Change the mobile-mdmlogo.png (450px 61px X 51px24px) file in order to change the logo in the header.
    Image Removed Image Added

Changing WSO2 related text

Changing the copyright notice and license agreement

The copyright notice and the license agreement can be changed via the WSO2 EMM Console. For more information, see General Plarform Configurations.

Changing iOS enrollment pages

...

Follow the instructions given below to change the text on the EMM logo:

  1. Open the config.json file, which is in the <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/ios_utils/config directory.

  2. Change the following text in the certificate.html file:
    WSO2 EMM Registration (line 30)
     

  3. Change the following text in the enrollsuccess.jag file:
    WSO2 EMM Registration (line 30)
     

  4. Change the following text in the mdmerror.jag file:
    WSO2 EMM Registration (line 30) 

    Edit the values given to the following attributes under generalConfig:

    • companyName: Provide the name of the company.

    • browserTitle: Provide the text you wish to have on the browser title.

    • copyrightText: Provide the copy right text inline with your organization

Example:

Code Block
"generalConfig" : {
        "companyName" : "WSO2 Enterprise Mobility Manager",
        "browserTitle" : "WSO2 EMM",
        "copyrightText" : "\u00A9 %date-year%, WSO2 Inc. (http://www.wso2.org) All Rights Reserved."
}