User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:devel:corebosws:manual:portallogin [2021/04/02 13:11]
joebordes [TLDR;]
en:devel:corebosws:manual:portallogin [2021/04/02 17:10] (current)
joebordes [sendRecoverPassword]
Line 71: Line 71:
 This will permit us to manage the access as required This will permit us to manage the access as required
  
-<WRAP center round info 60%>+<WRAP center round info 80%>
 The same functionality will be present in the Employees module if it is installed. The same functionality will be present in the Employees module if it is installed.
 </​WRAP>​ </​WRAP>​
Line 106: Line 106:
  
 ===== sendRecoverPassword ===== ===== sendRecoverPassword =====
 +
 +^Purpose:​|Send |
 +^Profile:​|sendRecoverPassword(username:​String):​Status|
 +^Send Type:|POST|
 +^Parameters:​|email:​ the registered email of an active contact in coreBOS|
 +^Returns:​|Status will be 0 if the email could be sent or non-zero if it couldn'​t be sent|
 +^URL Format:​|<​code>​http://​corebos_url/​webservice.php?​operation=sendRecoverPassword&​username=[email]</​code>​|
 +^Comments:​|<​wrap em>This method is deprecated and should not be used anymore.</​wrap>​|
 +
 +<WRAP center round important 60%>
 +We still do not have a valid substitute for this operation. We need to implement a "​Recover Password"​ functionality.
 +</​WRAP>​