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

Allow space passwords #72

Closed
wants to merge 1 commit into from
Closed

Allow space passwords #72

wants to merge 1 commit into from

Conversation

rugk
Copy link
Member

@rugk rugk commented Aug 11, 2016

  • To the extent possible under law, I have waived all copyright and related or neighboring rights to this PR and publish it as public domain.

This PR fixes #71

Changes

  • Remove strange || ''. I don't know what this piece of code should actually do. Sometimes simple solutions are just best.
  • Allow space passwords.

Also removes the strange `|| ''`. I don't know what this piece of code should actually do. Sometimes imple solutions are just best.
@elrido
Copy link
Contributor

elrido commented Aug 12, 2016

As stated in #71 this is explicitly introduced behaviour. The || '' is there in case the password is disabled in the configuration to avoid an error in that location.

Ergo I would not merge this because it introduces a bug and removes an expected behaviour, sorry.

@elrido elrido closed this Aug 12, 2016
@rugk rugk deleted the trimpw branch August 12, 2016 14:23
@rugk rugk restored the trimpw branch December 15, 2016 17:55
@rugk rugk deleted the trimpw branch December 15, 2016 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Space-only passwords handled incorrectly
2 participants