Re: [cas-user] customize caslogin page

2020-06-08 Thread 'Daniel Maldonado' via CAS Community
https://stackoverflow.com/questions/61300592/cas-switch-the-themes-based-on-different-services > On Jun 8, 2020, at 4:02 PM, Robin Joseph wrote: > > I downloaded and installed CAS 6.1.6, Now I am looking to change the image, > color and text on the login page, I found very high level

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-17 Thread 'Daniel Maldonado' via CAS Community
That is exactly the point of this configuration. I did now want to rebuild every time I need to add/change a style. > On May 17, 2020, at 7:02 PM, Jason Everling wrote: > > ah yes for basic config no, i was really referring to changing the styles, > layouts, etc.. you wouldn't have to keep

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-17 Thread 'Daniel Maldonado' via CAS Community
Yes, from a development standpoint it would be. However, to just “use” CAS we probably don’t need to be a developer. A containerized app with some external configuration is not unheard of :-) > On May 17, 2020, at 6:45 PM, Jason Everling wrote: > > It much easier, development wise, to use

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread 'Daniel Maldonado' via CAS Community
dge wrote: > I put together a small backup copy of the working version here: > https://github.com/dannymk/cas-dynamic-style > <https://github.com/dannymk/cas-dynamic-style> > >> On May 16, 2020, at 4:17 PM, 'Daniel Maldonado' via CAS Community >> > wrote: >>

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread 'Daniel Maldonado' via CAS Community
I put together a small backup copy of the working version here: https://github.com/dannymk/cas-dynamic-style > On May 16, 2020, at 4:17 PM, 'Daniel Maldonado' via CAS Community > wrote: > > OK, through a lot of trial and error I figured out where to put the files. > NO

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread 'Daniel Maldonado' via CAS Community
this much. Thank you for your help. > On May 16, 2020, at 12:49 PM, 'Daniel Maldonado' via CAS Community > wrote: > > Yes, yet again, that thread implies that the “skeleton_in_ID.properties” > belongs in the “src/main/resources/*.properties” directory. > Which imp

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread 'Daniel Maldonado' via CAS Community
Yes, yet again, that thread implies that the “skeleton_in_ID.properties” belongs in the “src/main/resources/*.properties” directory. Which implies that it needs to be compiled into the war before it is found. Why would “dynamic themes” need to be included in the source? That is not dynamic in

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread 'Daniel Maldonado' via CAS Community
This can’t be this difficult. I am actually very surprised that it has taken this long to configure such an important project. If I ever get this working I am going to have to put together some instructions for a newbie as the current ones leave a lot to be desired in the form of examples :-)

Re: [cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-16 Thread 'Daniel Maldonado' via CAS Community
Just changed the value to what you specified below and got the same error: 2020-05-16 14:04:15,369 WARN [org.apereo.cas.services.web.RegisteredServiceThemeResolver] - It is almost it is ignoring the “cas.view.template-prefixes…” directive in the cas.properties file. > On May 16, 2020, at

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-16 Thread 'Daniel Maldonado' via CAS Community
I am comfortable doing this however it is very suspect to have to BUILD the project EVERY time I want to create a new theme. There are some properties in this section: https://apereo.github.io/cas/6.1.x/ux/User-Interface-Customization-Themes.html

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-15 Thread 'Daniel Maldonado' via CAS Community
If either of you is able to customize the interface please let me know how. I have tried as described here: https://stackoverflow.com/questions/61300592/cas-switch-the-themes-based-on-different-services

[cas-user] Dynamic Themes - documentation 6.2.0-SNAPSHOT

2020-05-10 Thread 'Daniel Maldonado' via CAS Community
CAS Version: 6.2.0-SNAPSHOT Following the directions at: https://apereo.github.io/cas/6.1.x/ux/User-Interface-Customization-Themes.html File: /etc/cas/cas.properties ... spring.thymeleaf.encoding=UTF-8 spring.thymeleaf.cache=false spring.thymeleaf.prefix=file:///etc/cas/templates