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

About REGEX_SMB constant #392

Merged
merged 1 commit into from
Nov 5, 2017
Merged

Commits on Jul 13, 2017

  1. About REGEX_SMB constant

    Today I had a problem while using a password with the + character. The library was throwing the BadMethodCallException located at line 155. So, to avoid it I added the + character in the REGEX_SMB constant. This will allow the connector to work with passwords that have such symbol. It would be a good idea to allow more special characters on passwords and maybe users. I guess a little research would be needed to know which ones should be allowed.
    robertocortina committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    5389334 View commit details
    Browse the repository at this point in the history