The Problem
In the chrome extension of susi chromebot there is no option of recover password as Susi webchat
Screenshot below-
With the web chat we get a recovery link to our email to recover our account.
Recovery link format is
api.susi.ai/apps/resetpass/index.html?token=TOKEN
Proposed suggestion
You can check out the official documentation here
In Susi API there is a endpoint for password recovery-
Which can be accessed by -
api.susi.ai/aaa/recoverpassword.json?forgotemail=EMAIL
This endpoint can be used to add this feature.
Its Benefits
I have asked for a similar feature to be implemented in chrome extension so that there is no need of visiting the web client for it.
It will be very convenient to change your password from chrome extension.
Conclusion
Link of issue on the issue tracker of github repository - https://github.com/fossasia/susi_chromebot/issues/229
Thanks!
Posted on Utopian.io - Rewarding Open Source Contributors