【发布时间】:2016-12-02 16:20:35
【问题描述】:
我正在开发使用 drupal 7.x rest server api 的应用程序。 我有登录、注销等服务 例如。
http://sample.com/xyz/xyz_drupal/rest/user/login
POST :
username:user
password:pwd
http://sample.com/xyz/xyz_drupal/rest/user/logout
现在, 我想创建忘记密码 api,但我是 drupal 新手,不知道补丁如何工作或添加新服务,如常规 drupal 服务。 请帮帮我。
http://sample.com/xyz/xyz_drupal/rest/user/reset_password
Params will be:
email: xyz@yahoo.com
请帮我从哪里开始。 提前致谢。
【问题讨论】:
标签: php drupal drupal-7 drupal-modules forgot-password