[jboss-user] [JBoss Seam] - Re: Identity.login adds a hardcoded message

shane.bryzak@jboss.com do-not-reply at jboss.com
Thu Feb 22 08:22:39 EST 2007


I've just committed a change to cvs that will allow you to override the message key used for the login success/failure messages.  I.e. if you don't want a message, set loginSuccessfulKey to an empty string, e.g.

    <security:identity authenticate-method="#{authenticator.authenticate}" 
  |                        security-rules="#{securityRules}"
  |                        loginSuccessfulKey=""/>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020548#4020548

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020548



More information about the jboss-user mailing list