DPIclimate / broker

3 stars 3 forks source link

CLI change user password does not work #17

Closed dajtxx closed 1 year ago

dajtxx commented 1 year ago

The change password function was modified to use the current session token as the identifier for the user so it can be called via the webapp & RESTAPI.

This breaks the call from the CLI which uses the username.

Add the old change password function back in so the CLI works again.

dajtxx commented 1 year ago

Fixed in commit 846ed9417e7450a0aa635ccb93fca1f202e3cca4.