Hi,

I have worked with CAS and I could make changes that you are requesting.
In login-webflow.xml you need to register your own credentials form. You
need a class which extend from UsernamePasswordCredentials. For example:
<var name="customCredentials" class="com.example.CustomCredentials" />

In cas-servlet.xml
If you have var like my example. You must add this bean.
<bean id="customCredentialsValidator"
class="org.springframework.validation.beanvalidation.LocalValidatorFactoryBean"
        p:messageInterpolator-ref="messageInterpolator"/>



Eddú Meléndez Gonzales
[email protected]




On Mon, Mar 18, 2013 at 5:01 AM, Jérôme LELEU <[email protected]> wrote:

> Hi,
>
> The first option to consider is using different themes according to your
> services as a theme is a UI customizing for the login page.
> Start with : https://wiki.jasig.org/display/CASUM/Theme+Control.
> Best regards,
> Jérôme
>
> --
> 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
>
>

-- 
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