> In the file > src/main/java/org/jasig/cas/authentication/support/DefaultAccountStateHandler.java, > add this to the ERROR_MAP static property: > > ERROR_MAP.put(PasswordPolicyControl.Error.CHANGE_AFTER_RESET, new > CredentialExpiredException());
That's more or less what we had in mind: extend DefaultAccountStateHandler as needed for custom functionality. That said, the mapping above should probably be in there. Care to create an issue and related pull request? Thanks, M -- 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
