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
en:devel:corebosws:manual:portallogin [2021/04/02 14:07]
joebordes [sendRecoverPassword]
en:devel:corebosws:manual:portallogin [2021/04/02 17:10] (current)
joebordes [sendRecoverPassword]
Line 110: Line 110:
 ^Profile:​|sendRecoverPassword(username:​String):​Status| ^Profile:​|sendRecoverPassword(username:​String):​Status|
 ^Send Type:|POST| ^Send Type:|POST|
-^Parameters:​|email:​ the registered email of an active contact in coreBOS\\ password: internal password set when activating the contact for portal access+^Parameters:​|email:​ the registered email of an active contact in coreBOS| 
-^Returns:|LoginResult can be the contact web service ID if access is granted ​or false if not granted+^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=authenticateContact&email=[email]&​password=[password]</​code>​|+^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>​| ^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>​
 +
  
 ---- ----