Difference between revisions of "RecoverPasswordHash"

From Gvp-public
Jump to navigation Jump to search
Line 31: Line 31:
  
 
|Returns=
 
|Returns=
 
+
<span style="color: #a11;">TO BE COMPLETED</span>
  
 
|Cache=
 
|Cache=
This method is not cached.
+
<span style="color: #a11;">TO BE COMPLETED</span>
  
 
|KnownIssues=
 
|KnownIssues=
Line 40: Line 40:
  
 
|VersionHistory=
 
|VersionHistory=
 
+
<span style="color: #a11;">TO BE COMPLETED</span>
  
 
|SeeAlso=
 
|SeeAlso=

Revision as of 11:46, 16 September 2015

Description

RecoverPasswordHash is the new version of the deprecated method RecoverPassword. Generate a new password and send it to logged user in this time by the token. The hash parameter is introduced in order to improve data integrity.

Parameters

  • instanceId (int, required)
The id of the instance (OB) for the current environment. This ID might vary depending on the environment.
  • userName (String, required)
E-mail from the user that wants to recover the password.
  • deviceType (int, required)
The device type code (see #DeviceTypeCodes enumeration to know the list of device types allowed)
  • hash (string, required)
Parameter used to preserve confidentiality sended to the user e-mail.


Returns

TO BE COMPLETED


Exceptions

{{{Exceptions}}}


Caching

TO BE COMPLETED


Known issues

None


Version history

TO BE COMPLETED


See also