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

Problem if password contains § #23

Closed
bonedi opened this issue Jul 24, 2019 · 2 comments
Closed

Problem if password contains § #23

bonedi opened this issue Jul 24, 2019 · 2 comments

Comments

@bonedi
Copy link

bonedi commented Jul 24, 2019

Hey,
First of all: Thanks for the great package.
I found out that you can't log in, if the passwort contains the character §. Don't know if there are other characters which will cause that bug also, I didn't find out.
Minimal example:
Just run your example app with:
user_base <- data.frame(user = "test", password = "§test")
It will always say "Invalid username or password!"
Also if § isn't the first character, it will cause this bug.

@andodet
Copy link

andodet commented Apr 25, 2021

@bonedi Tried to reproduce your error withoout any luck (tried to insert § everywhere I could think of), no idea if this still is a show-stopper for you. It'd be beneficial if you could provide your sessionInfo() output.

@PaulC91
Copy link
Owner

PaulC91 commented Jul 20, 2021

Closing as I can't reproduce this problem either.
Try reinstalling the package to the latest version if you're still having an issue with this.
Thanks.

@PaulC91 PaulC91 closed this as completed Jul 20, 2021
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

No branches or pull requests

3 participants