-
Notifications
You must be signed in to change notification settings - Fork 7
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
The "/" character in the user's password #60
Comments
We'll have to address that for sure. I wonder if the RFC accepts spaces for the password, in which case we could use that. That said, we could also address how jbnc parses it to detect the /. (e.g., PassWord///irc.site.com:+6697 becomes part[0] PassWord/ and part[1] is irc.site.com:+6697 |
@realrasengan Should use
Result of
it could do it, but just have to want to integrate it into jbnc |
I put this and it seems to work:
I will test tomorrow morning in production |
Hi
I just noticed that I had several users who put the "/" character in their password. This one is not accepted in JBNC
df9260cxxxxxxxxxxxxxxxxxxxx||PassWord//irc.site.com:+6697||df9xxxxxxxxxxxxxxxecxxxxxxx/mobile/mozart
Just imagine that the password is:
PassWord/
Should we change the args "/" in JBNC to put another character? If so which one should I put?
The text was updated successfully, but these errors were encountered: