-
Suggestion
-
Resolution: Fixed
-
None
DirectoryManager.resetPassword and ApplicationService.resetUserCredential have been deprecated since Crowd 2.1. They reset the specified user's password to a randomly-generated one. Since there's no way for a user to retrieve a password, these methods don't have any value: you would achieve the same effect by setting the password to PasswordCredential.NONE.
Delete these methods.