Changing EMM related logos
Follow the instructions given below to change the EMM logo on the EMM console:
- Navigate to the all of the following folders:
<EMM_HOME>/repository/deployment/server/jaggeryapps/emm
/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.
- Change the
mobile-mdmlogo.png
(450px 61px X 51px24px
) file in order to change the logo in the header.
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:
Open the
config.json
file, which is in the<EMM_HOME>/repository/deployment/server/jaggeryapps/emm/
ios_utils/config
directory.Change the following text in the
certificate.html
file:
WSO2 EMM Registration (line 30)
Change the following text in the
enrollsuccess.jag
file:
WSO2 EMM Registration (line 30)
Change the following text in the 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
mdmerror.jag
file:WSO2 EMM Registration (line 30)
Edit the values given to the following attributes under generalConfig
:
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."
} |