Fahmi,
My guess is that you have not put the skelton_in_ID.properties file in the correct location. I believe it should be in the src/main/resources folder. Also, the setting you have for cas.messageBundle.baseNames doesn’t look right to me. The default setting is: classpath:custom_messages,classpath:messages So, I would think you might want: cas.messageBundle.baseNames=classpath:skelton,classpath:messages Assuming you place the skelton_in_ID.properties file in src/main/resources/ and you change the setting for cas.messageBundle.baseNames I think it should work for you. Doug From: [email protected] [mailto:[email protected]] On Behalf Of Andy Ng Sent: Thursday, September 27, 2018 10:28 PM To: CAS Community <[email protected]> Subject: [cas-user] Re: Applying Custom Theme CAS 5.3.x Hi Fahmi, Sorry I am not able to provide a solution to your problem. Mainly because there are not enough information provided. I can say for sure that 5.3.x custom theme do works (I am using 5.3.3 myself), so most likely it is not because of version problem, but is actually something in your own customization / config that is incorrect. Maybe other can provide a solution for you? - Andy -- - 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] <mailto:[email protected]> . To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/0270214f-2290-49a3-a203-d69cc9afbdbd%40apereo.org <https://groups.google.com/a/apereo.org/d/msgid/cas-user/0270214f-2290-49a3-a203-d69cc9afbdbd%40apereo.org?utm_medium=email&utm_source=footer> . -- - 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/01b301d456e9%24c089c4d0%24419d4e70%24%40gmail.com.
