The current message on page casGenericSuccess.jsp says:-

'You have successfully logged into the Central Authentication Service.'

I want to change it to:-

'[username] is successfully logged into the Central Authentication Service.'

How to get the username on casGenericSuccess.jsp??

Adding following on casGenericSuccess.jsp does not work:-
 <%= request.getParameter("username") %> <spring:message 
code="screen.success.success" /> 

It works only when the user gives the credentials on the login screen and logs 
in fresh. If the user is returning and the TGT is still valid then it shows 
following message:-

'null is successfully logged into the Central Authentication Service.'

I want in all cases the username to come. Please let me know if you have any 
suggestions.

Thanks
Ashima
-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to