To insert JavaScript or HTML into the login page of Noodle - often used for a Message of the Day (MOTD) or legal waiver:
- Open noodle.properties
- Add or uncomment MessageFile, e.g.
- Windows: MessageFile = "C:\\Program Files (x86)\\Noodle\\MOTD.html"
- Linux : MessageFile = "/opt/Noodle/MOTD.html"
- Make the file
- Restart Noodle
- Test with:
- MOTD works<script>alert('MOTD works');</script>
Other ways to insert JavaScript here