Chirag Posted April 20, 2020 Report Share Posted April 20, 2020 (edited) i need to reset user password, i have https://github.com/2600hz/kazoo/blob/master/applications/crossbar/doc/user_authentication.md#password-recovery follow this link. i have received reset password email but which API i need to use for update new password Edited April 20, 2020 by Chirag (see edit history) Link to comment Share on other sites More sharing options...
Mehrdad Posted April 20, 2020 Report Share Posted April 20, 2020 (edited) method: PUT url: http://[server-addr]:8000/v2/user_auth/recovery body:{ "data": { "username": "your@email.com", "account_realm": "your_acc_realm", "ui_url": "http://[main_monsterUI_login_page_addr]" } } Edited April 20, 2020 by Mehrdad (see edit history) Link to comment Share on other sites More sharing options...
Chirag Posted April 21, 2020 Author Report Share Posted April 21, 2020 (edited) thanks for the reply but where i can find main_monsterUI_login_page_addr ? you mean my site login URL. I have call this API and mail is received but where i can pass new password? which API i need to call for update new password? Edited April 21, 2020 by Chirag (see edit history) Link to comment Share on other sites More sharing options...
Mehrdad Posted April 27, 2020 Report Share Posted April 27, 2020 after that kazoo back-end send an email to your email inbox(if your email was valid). this email contain a recovery link. the only job you should do, click to link and enter new password. Link to comment Share on other sites More sharing options...
Chirag Posted April 30, 2020 Author Report Share Posted April 30, 2020 Hey @Mehrdad I got the recovery link. When I click this link never get set new password form. Can you please share step by step details? Link to comment Share on other sites More sharing options...
Recommended Posts