web-pal / DBGlass

PostgreSQL client built with Electron.
http://dbglass.web-pal.com
MIT License
1.25k stars 71 forks source link

Doesn't work with no password user #6

Closed fzaninotto closed 8 years ago

fzaninotto commented 8 years ago

Password is compulsory in the login screen, but my (localhost) user has none. I know it's bad, except it's the default with Postres.app - I'm probably not the only one with the issue.

VladimirPal commented 8 years ago

@fzaninotto Thank you, we'll fix it soon.

fzaninotto commented 8 years ago

Seems to me that https://github.com/web-pal/DBGlass/blob/master/app/components/Connect/Content/validateForm.js#L24 is a good starting point.