Customize Enrollment page

swapple
Contributor III

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?

3 REPLIES 3

davidacland
Honored Contributor II
Honored Contributor II

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.

ericjboyd
Contributor

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

swapple
Contributor III

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.