You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
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.
The text was updated successfully, but these errors were encountered: