Skip to content

ndi.cloud.auth.password_forgot

  PASSWORD - sends a password reset e-mail

  [STATUS,RESPONSE] = ndi.cloud.auth.password_forgot(EMAIL)

  Inputs:
    EMAIL - a string representing the email address used to send the
    e-mail

  Outputs:
    STATUS - did the e-mail sent? 1 for no, 0 for yes
    RESPONSE - the response summary

  Prepare the JSON data to be sent in the POST request