PaulC91 / shinyauthr

R package with shiny authentication modules
https://paulc91.github.io/shinyauthr/
Other
424 stars 81 forks source link

Problem if password contains § #23

Closed bonedi closed 3 years ago

bonedi commented 5 years ago

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 commented 3 years ago

@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 commented 3 years ago

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.