if ( cfg.isEnableChangePassword() )
{
try
{
ChangePasswordConfiguration changePasswordConfiguration = new ChangePasswordConfiguration( env, LoadStrategy.PROPS );
PrincipalStore store = new JndiPrincipalStoreImpl( changePasswordConfiguration, this );
changePasswordServer = new ChangePasswordServer( changePasswordConfiguration, minaRegistry, store );
}
catch ( Throwable t )
{