Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent creating databases with empty passwords #29

Merged
merged 2 commits into from
May 8, 2018

Conversation

theMarix
Copy link

@theMarix theMarix commented Feb 2, 2018

As issue #23 points out it is impossible to delete a database with an empty password. As, latest with Postgres 10, such databases become useless to any potential user anyways this code prevents creation of them. Thus, also solving the removal problem, at least for all future databases.

@coveralls
Copy link

coveralls commented Feb 2, 2018

Coverage Status

Coverage decreased (-1.2%) to 82.198% when pulling 8d515b6 on bugfix/empty-passwords into 5885998 on master.

@sebastianneubauer
Copy link
Member

lgtm 👍

@theMarix theMarix added this to the 2.1 milestone May 8, 2018
@theMarix theMarix self-assigned this May 8, 2018
@theMarix theMarix added bug and removed enhancement labels May 8, 2018
@theMarix theMarix force-pushed the bugfix/empty-passwords branch from feafb1c to 0e5bf71 Compare May 8, 2018 08:45
@theMarix theMarix force-pushed the bugfix/empty-passwords branch from 0e5bf71 to 8d515b6 Compare May 8, 2018 08:48
@theMarix theMarix merged commit a627811 into master May 8, 2018
@theMarix theMarix deleted the bugfix/empty-passwords branch May 8, 2018 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants