OFV Kjøretøydata service
Password reset for registered user.
Namespace:
OfvVehicleData.Service
Assembly:
OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DTO Reset(
UserDTO user,
string redirectUrl,
string format
)
Parameters
- user
- Type: OfvService.DTO.LoginUserDTO
UserDTO with email applied. - redirectUrl
- Type: SystemString
Redirect URL where password change can be done by user. - format
- Type: SystemString
json/xml - which format result will be delivered in.
Return Value
Type:
DTO
Returns success or error - mail with further directions is sent to users registered email.
See Also