Chirag Posted April 20, 2020 Report 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)
Mehrdad Posted April 20, 2020 Report 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)
Chirag Posted April 21, 2020 Author Report 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)
Mehrdad Posted April 27, 2020 Report 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.
Chirag Posted April 30, 2020 Author Report 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?
Recommended Posts