Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Fix digit-only usernames and passwords (fixes #34) #35

Merged
merged 1 commit into from
Oct 22, 2018

Conversation

peterjeschke
Copy link
Contributor

If the username or password only contain digits, the ruby_fints library chokes because the YAML-parser returns the username/password as integer, while ruby_fints expects strings.

If the username or password only contain digits, the ruby_fints library chokes because the YAML-parser returns the username/password as integer, while ruby_fints expects strings.
@peterjeschke
Copy link
Contributor Author

Note: I don't have a ruby environment, so I didn't test it. The changes seem easy enough, though.

Copy link
Owner

@gitviola gitviola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 😊

Thanks a lot for taking ownership and creating this PR!

@gitviola gitviola merged commit 8f300b0 into gitviola:master Oct 22, 2018
@peterjeschke peterjeschke deleted the patch-1 branch October 22, 2018 18:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants