Changing passwords in the user interface

Hi,

From looking at the current source of the EventStore.UI project, it appears that the UI doesn’t currently provide the ability to change a users password. It does however allow a password reset. I’ve lookat the user service and the controllers
in the users folder. It is somewhere else in the project?

Kind regards

Sean.

There is no “change password” functionality. Only resetting.

you can see code related to password reset here:

https://github.com/EventStore/EventStore.UI/blob/dev/src/js/modules/users/controllers/UsersItemResetCtrl.js

https://github.com/EventStore/EventStore.UI/blob/dev/src/js/modules/users/services/UserService.js#L59-L63

https://github.com/EventStore/EventStore.UI/blob/dev/src/js/config/urls.js#L21

cheers