Click or drag to resize
ParaPlan Logo

UserServiceSendPasswordReminder Method

Remind a user of their password

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SimpleResponse SendPasswordReminder(
	string user
)

Parameters

user
Type: SystemString
The user that needs password reminder. Needs to be email based username.

Return Value

Type: SimpleResponse
Always returns success message. Even if the methods fails. This is to prevent attacks.
Remarks
The password is emailed in plain text form.
See Also