Ich arbeite an App, die Drupal 7.x Rest Server API verwendet. Ich habe Service wie Login, Logout Für Ex.Wie füge vergessen pasword rest server api in drupal hinzu?
http://sample.com/xyz/xyz_drupal/rest/user/login
POST :
username:user
password:pwd
http://sample.com/xyz/xyz_drupal/rest/user/logout
Nun Ich mag vergessen api Passwort erstellen, aber ich bin neu auf Drupal und keine Vorstellung davon, wie Patch funktioniert oder neuen Service wie normaler Drupal Service hinzuzufügen. Bitte helfen Sie mir.
http://sample.com/xyz/xyz_drupal/rest/user/reset_password
Params will be:
email: [email protected]
Bitte helfen Sie mir, wo ich anfangen soll. Vielen Dank im Voraus.