Click or drag to resize

UserPasswordReset Method

Reset password by User name and email address. Can be anonymous

Namespace:  SOWIApp.Administrator
Assembly:  SOWIApp.Administrator (in SOWIApp.Administrator.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static ModelState PasswordReset(
	string pUserName,
	string pEmailAddress
)

Parameters

pUserName
Type: SystemString

[Missing <param name="pUserName"/> documentation for "M:SOWIApp.Administrator.User.PasswordReset(System.String,System.String)"]

pEmailAddress
Type: SystemString

[Missing <param name="pEmailAddress"/> documentation for "M:SOWIApp.Administrator.User.PasswordReset(System.String,System.String)"]

Return Value

Type: ModelState

[Missing <returns> documentation for "M:SOWIApp.Administrator.User.PasswordReset(System.String,System.String)"]

See Also