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 [2018/04/24 21:55]
support@geliossoft.ru
Line 1: Line 1:
-FIXME **This page is not fully translated, yetPlease help completing the translation.**\\ //(remove this paragraph once the translation is finished)//+====== Change Password ====== 
 +The request ​is intended to change user account password.
  
-====== Смена пароля ====== +=== Request Example ​===
-Запрос предназначен для смены пароля на учетной записи. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=change_user_password&​params={ <code php>&​svc=change_user_password&​params={
     "​new_pass":​string     "​new_pass":​string
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| new_pass | Новый пароль ​|+| new_pass | New Password ​|
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Пароль успешно изменен ​==+== Password changed successfully ​==
 <code php>{ <code php>{
     "​password_is_changed":​true     "​password_is_changed":​true
 }</​code>​ }</​code>​