Differences

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

Link to this comparison view

Next revision
Previous revision
en:d-sdk:2_users:13_reset_password [2018/04/23 16:21]
info@geliossoft.ru created
en:d-sdk:2_users:13_reset_password [2021/07/07 13:28] (current)
Line 1: Line 1:
-FIXME **This page is not fully translated, yetPlease help completing the translation.**\\ //(remove this paragraph once the translation is finished)//+====== Password Reset ====== 
 +The request ​is intended to reset user's password.
  
-====== Сброс пароля ====== +=== Request Example ​===
-Запрос предназначен для сброса пароля учетной записи. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=reset_password&​params={ <code php>&​svc=reset_password&​params={
     "​login":​string,​     "​login":​string,​
Line 10: Line 8:
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| login | Логин пользователя ​+| login | User Login 
-| phone | Телефон пользователя ​|+| phone | User phone number ​|
  
-=== Дополнительно ​===+=== Additional information ​===
  
-=== Ответ сервера ​===+=== Server Response ​===
 <code php>{ <code php>{
     "​id_sms":"​88"​     "​id_sms":"​88"​
 }</​code>​ }</​code>​