SessionManagerStartSessionAndChangePassword Method
Start session for the user based on specified credentials and change his/her password
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Start session for the user based on specified credentials and change his/her password")]
public string StartSessionAndChangePassword(
string login,
string oldPassword,
string newPassword,
Client clientType
)
- login String
- Login of the local FileHold user
- oldPassword String
- The old password of the local FileHold user
- newPassword String
- The new password to set
- clientType Client
- Type of concurrent session. Only one session of each type can exist at a given type per each user.
All client types are reserved for exclusive use by FileHold except for the CustomClient. Anyone creating a custom application must use the CustomClient type.
Failure to do so may result in incorrect operation of the system.
StringThe session identifier to be passed in the FHLSID cookie to other Web Services.