Differences

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

Link to this comparison view

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]
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// 
  
-====== Сброс пароля ====== 
-Запрос предназначен для сброса пароля учетной записи. 
- 
-=== Пример запроса === 
-<code php>&​svc=reset_password&​params={ 
-    "​login":​string,​ 
-    "​phone":​string 
-}</​code>​ 
- 
-=== Параметры === 
-^ Параметр ​  ^ Значение ​  ^ 
-| login | Логин пользователя | 
-| phone | Телефон пользователя | 
- 
-=== Дополнительно === 
- 
-=== Ответ сервера === 
-<code php>{ 
-    "​id_sms":"​88"​ 
-}</​code>​