Skip to main content

We are sending out enrollment instructions and want to brand the /enroll page so it is not just a blank blue box but instead has our company logo on it. Where do we go to customize it?

In the tomcat web app there's an images folder, and in there folders for iosenrollment and osxenrollment. I haven't tried but I would guess you need to look in there.



Only catch is that you'll need to re-do it each time you update the JSS.


some good info in the comments here:
https://jamfnation.jamfsoftware.com/discussion.html?id=8778


I ended up editing a js page and added a logo to the top of the enrollment page



/library/jss/tomcat/webapps/root/web-inf/frontend/enrollment/enroll/enrollmentwrapper.jsp



added a <div> and <img> statements at the top below the body tag.



Made a note to put back in my code when the JSS updates come out.


Reply