We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems your regexp to check for a valid user name in usernameRule doesn't allow for a dot, but it's a valid character for a unix user name.
usernameRule
^[a-z_][-a-z0-9_]{0,31}$
The text was updated successfully, but these errors were encountered:
discussion #9 or it can be disable by --upstream-workingdir-allowbadusernam
--upstream-workingdir-allowbadusernam
Sorry, something went wrong.
No, I don't want to allow that config when you mention it as a security precaution. Added on #9.
No branches or pull requests
It seems your regexp to check for a valid user name in
usernameRule
doesn't allow for a dot, but it's a valid character for a unix user name.^[a-z_][-a-z0-9_]{0,31}$
The text was updated successfully, but these errors were encountered: