sensu / sensu-docs

Sensu documentation
https://docs.sensu.io
MIT License
41 stars 56 forks source link

API documentation added for password change from web ui without bcrypt hash #4210

Open chavakula opened 4 months ago

chavakula commented 4 months ago

API documentation added for password change from web ui without bcrypt hash

Description

API documention updated for api to change password without bycrypt hash. This API will be useful to change password from web ui.

Motivation and Context

Enterprise users request to self update password from web ui without any special permissions.

Review Instructions