getPrincipal().getName(),
AuditActivity.PASSWORD_UNLIMITED,
AdminPortletWebPage.USER_ADMINISTRATION);
}
}
manager.storePasswordCredential(credential);
} catch (InvalidPasswordException ipe)
{
error(ipe.getMessage());
} catch (InvalidNewPasswordException inpe)
{