Hi.
After successful login to CAS I see password expiration days warning. In polish messages_pl.properties there is section:
password.expiration.warning=Termin ważności hasła upływa za {0} dni. Proszę <a href="{0}" class="link-change-password">zmienić hasło</a>
It gives me something like this:
Termin ważności hasła upływa za 11 <- this is proper value dni. Proszę 11 zmienić hasło.
I noticed that in other languages there is: Please <a href="{1}" class="link-change-password">change your password</a>. So I've changed it to 1.
I want to set this value for custom URL with application for changing password.
Where should I look for it? Maybe there is some cas.properties setting for it?
Any hints?
Regards
BN