{{define "subject"}}Reset your Greenlight password{{end}} {{define "plainBody"}} Hi, Please send a `PUT /v1/users/password` request with the following JSON body to set a new password: {"password": "your new password", "token": "{{.passwordResetToken}}"} Please note that this is a one-time use token and it will expire in 45 minutes. If you need another token please make a `POST /v1/tokens/password-reset` request. Thanks, The Greenlight Team {{end}} {{define "htmlBody"}}

Hi,

Please send a PUT /v1/users/password request with the following JSON body to set a new password:


    {"password": "your new password", "token": "{{.passwordResetToken}}"}
    

Please note that this is a one-time use token and it will expire in 45 minutes. If you need another token please make a POST /v1/tokens/password-reset request.

Thanks,

The Greenlight Team

{{end}}