PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.18k stars 390 forks source link

Add default empty basic auth password #155

Closed zhouzhuojie closed 6 years ago

zhouzhuojie commented 6 years ago

Currently, if we don't explicitly click password and set the password to empty, the payload will not have the password field, which will result in different encrypted username:password hash in kong.

currently (without any edit to password field)

image

currently (click password input, type something, and hit backspace and clear the password)

image

this pr (consistent behavior)

image

PGBI commented 6 years ago

Thanks!