Uses of Class
com.collabnet.ce.soap60.fault.InvalidPasswordFault
Packages that use InvalidPasswordFault
-
Uses of InvalidPasswordFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw InvalidPasswordFaultModifier and TypeMethodDescriptionboolean
CollabNetSoap.changePassword
(String sessionId, String userName, String newPassword) Allows the user to change the password
Note: From 16.7, the length of password cannot exceed the value of the configuration variable "MAX_PASSWORD_LENGTH" specified in the site-options.conf file.CollabNetSoap.doMandatoryPasswordChange
(String userName, String oldPassword, String newPassword) Allows user to change the password if and only if the password was set by an administrator.