Sven, There's a whole templating thing going on and I recommend reading David Curry's excellent write up - [ https://dacurry-tns.github.io/deploying-apereo-cas/ui_overview.html | https://dacurry-tns.github.io/deploying-apereo-cas/ui_overview.html ]
But if you just want to modify the login page, you can add src/main/resources/templates/casLoginView.html to your cas-overlay-template and those changes should show up when you deploy. See [ https://github.com/apereo/cas/tree/6fa70074c3a70837555fc7373ec96808b7314f8b/support/cas-server-support-thymeleaf/src/main/resources/templates | https://github.com/apereo/cas/tree/6fa70074c3a70837555fc7373ec96808b7314f8b/support/cas-server-support-thymeleaf/src/main/resources/templates ] for the baseline files - make sure you grab the correct branch. Good luck, Mike From: "Sven Specker" <[email protected]> To: "cas-user" <[email protected]> Sent: Monday, April 6, 2020 9:13:32 AM Subject: [cas-user] Stumped about Login-Page (CAS 6.1) Hi! Usually, I don't have to ask for things like that, but the customization of the loging page leaves me scratching my head. While I appreciate the absence of the usual xml hell of spring stuff, I cannot for the life of me find out how to customize the login page to our corporate design. After deploying the war file, everything runs fine, but I cannot find a trace of any default page customization, so I believe the base page is somehow hardcoded. I could use a hint on how to create a different design. I never use spring for my projects so maybe that is the problem. :) Thanks! -- ****************************************************************** ** Sven Specker -- Goethe-University Frankfurt Computing Center ** *********** UNIX System Administration (Auth/IDM) **************** ***** [email protected] [Phone (+49)-69-798-15188] ***** ****************************************************************** -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/fdac7cb4-07f2-e0e4-ac55-7f5665b7a0c8%40rz.uni-frankfurt.de. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1453413916.39529516.1586183352816.JavaMail.zimbra%40scad.edu.
