Differences

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

Link to this comparison view

en:d-sdk:2_users:12_change_user_password [2018/04/23 16:20]
info@geliossoft.ru created
en:d-sdk:2_users:12_change_user_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=change_user_password&​params={ 
-    "​new_pass":​string 
-}</​code>​ 
- 
-=== Параметры === 
-^ Параметр ​  ^ Значение ​  ^ 
-| new_pass | Новый пароль | 
- 
-=== Ответ сервера === 
-== Пароль успешно изменен == 
-<code php>{ 
-    "​password_is_changed":​true 
-}</​code>​